Error while Launching activity: Error: Activity class {} does not exist

1

I HAVE A MISTAKE WITH THE EXECUTION OF MY PROJECT Error while Launching activity SOMEONE KNOWS HOW TO CORRECT THIS ERROR

link

THE LINK CAN FIND THE PROJECT

I HAVE ALREADY CLEAN PROJECT AND MAKE PROJECT

    
asked by Austin Arenas 21.11.2018 в 22:25
source

1 answer

0

Based on your error

  

Error: Activity class {com.example.austin.app_doc.Splash} does not   exist.

It's a little weird since there really is the class in the correct path:

  com.example.austin.app_doc.Splash 

In this case it seems to me that you should force to build your project again, by using any of these 2 options:

  • Build > Clean Project = > Build > Rebuild Project

  • Deleting the /build directories (which are generated again when building your project.

If this does not work, ensure that you do not have the "Instant Run" option enabled:

Go to File > Settings > Build, Execution, Deployment > Instant Run

    
answered by 21.11.2018 в 22:40