“Default Activity Not Found” on Android Studio upgrade

后端 未结 30 2431
时光说笑
时光说笑 2020-11-22 05:08

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

30条回答
  •  日久生厌
    2020-11-22 06:07

    Nothing above helped me. After some time I found that IDEA changed action names to uppercase. Like:

    
      
      
    
    

    After reverting to normal, IDEA recognizes default activity:

    
      
      
    
    

提交回复
热议问题