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