Activity class {} does not exist in Android Studio
I faced a similar problem after refactoring.
This is what i did to resolve this issue:
Cleaned the Project
Deleted the Build directory
Restarted Android Studio
Rebuild the Project
Run
And everything worked fine!
I think the key is to restart your IDE.
Hope this helps you or anyone else!
I faced a similar problem after refactoring.
This is what i did to resolve this issue:
Cleaned the Project
Deleted the Build directory
Restarted Android Studio
Rebuild the Project
Run
And everything worked fine!
I think the key is to restart your IDE.
Hope this helps you or anyone else!