大概这种问题只会突然出现,就是在真机调试突然报这样的错误
Error while executing: am start -n "com.xxx/com.xx.MainActivity" -a android.intent.action.MAIN -c android.intent.category.LAUNCHER
Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] cmp=pagekageName/.ac.WelcomeActivity }
Error type 3
Error: Activity class {com.xxx/com.xx.MainActivity} does not exist.
Error while Launching activity
自己搜了一些资料,很多人建议是
File -> Invalidate and Restart
大概试了下,不行。
然后自己手动卸载了之前装的 App 还是有问题。
最后只能使用 adb 卸载清除缓存
adb uninstall com.xxx
关于 adb 安装可以参考这篇文章;
https://brismuth.com/installing-adb-on-mac-os-x-f34b39ff0dd1