Error while executing: am start -n "com.chuanye.ops/com.chuanye.ops.activitys.LoginActivity" -a android.intent.action.MAIN -c android.intent.category.LAUNCHER
Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] cmp=com.chuanye.ops/.activitys.LoginActivity }
Error type 3
Error: Activity class {com.chuanye.ops/com.chuanye.ops.activitys.LoginActivity} does not exist.
Error while Launching activity
原因:項目中主Activity頁面運行報的錯誤,因為android studio認為你的項目還是運行在手機上的,可是你把他卸載掉了,可它並不知道,認為你的項目主Activity還在進程中,所以安裝不了。
解決:打開這個,或者打開cmd命令也是一樣。運行代碼,注意:【com.nf.xxx】是包名
adb uninstall com.chuanye.ops
出現以下,表示成功
D:\CYDemo2\ops\OPS>adb uninstall com.chuanye.ops
Success