Error while Launching activity


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


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM