Activity class does not exist

后端 未结 18 1980
深忆病人
深忆病人 2020-12-15 16:39

Aaaargh! I don\'t know what\'s going on, but suddenly I can\'t launch my app. I\'m using IntelliJ and I keep getting this error. I thought maybe there was a typo somewhere i

18条回答
  •  爱一瞬间的悲伤
    2020-12-15 17:27

    In Android Studio under Run->Edit Configurations check that the package name is correct in the Launch Activity box.

    I had an issue with a capital letter in that box that wasn't in the package name.

提交回复
热议问题