I upgraded IntelliJ Idea from 12.0.4 to 12.10.
Now all the modules in my Android project give the error:
Error: Default Activity Not Found
I got this error.
And found that in manifest file in launcher activity I did not put action and category in intent filter.
action
category
Wrong One:
Right One: