I upgraded IntelliJ Idea 12.0.4 to 12.10.
Now all the modules in my Android project give the error:
Error: Default Activity Not Found
I reverted to 12.0.4 and it works.
Any ideas ?? I think it might be related to some plugins not being installed cause the only other thing could have been a local config but I deleted the configuration folder to confirm and that didn't change anything.
Invalidate Caches / Restart
After that, your app must be run!
If you are working on a widget app this solution should work for you:
Edit Configuration
Launch Option
tonothing
Edit androidmanifest.xml
@TouchBoarder almost had it. Although selecting "Do not launch Activity" results in nothing launching.
In Android Studio under Run/Debug Configuration -> Android Application -> General -> Activity -> select the option "Launch:"
Choose your Activity. This doesn't exactly fix the intended behaviour but rather overrides it correctly.
If you see that error occur after upgrading versions of IntelliJ IDEA or Android Studio, or after Generating a new APK, you may need to refresh the IDE's cache.
You app have launch activity default?
possibly this could be your mistake
Step 1: Select Edit Configurations
Step 2: watch this warning: Default Activity not found
Step 3: select a default activity
Step 3: Save your changes and finish
Good Luck