I HAVE A MISTAKE WITH THE EXECUTION OF MY PROJECT Error while Launching activity SOMEONE KNOWS HOW TO CORRECT THIS ERROR
THE LINK CAN FIND THE PROJECT
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