Activity class does not exist

后端 未结 18 1961
深忆病人
深忆病人 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:05

    Also double check the package and activity name. I got a similar error caused by a missing dot in front of the activity name (e.g. "package.Activity" instead of ".package.Activity" ). IntelliJ didn't mark it as wrong so it was easily overlooked.

提交回复
热议问题