My application works fine on my simulator, so now I'm trying to put it on my phone. When I try to install, I get the following message
...
BUILD SUCCESSFUL
Total time: 15.578 secs
This build could be faster, please consider using the Gradle Daemon: http://gradle.org/docs/2.4/userguide/gradle_daemon.html
Starting the app (/usr/local/opt/android-sdk/platform-tools/adb shell am start -n com.ethicalfishing/.MainActivity)...
Starting: Intent { cmp=com.ethicalfishing/.MainActivity }
Error type 3
Error: Activity class {com.ethicalfishing/com.ethicalfishing.MainActivity} does not exist.
I understand that this error spoke about inactive applications, however, the solutions provided were either not relevant or not useful (or I did not understand them).
source
share