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还在进程中,所以安装不了。

解决:打开这个Error while Launching activity,或者打开cmd命令也是一样。运行代码,注意:【com.nf.xxx】是包名

adb uninstall com.chuanye.ops

出现以下,表示成功

D:CYDemo2opsOPS>adb uninstall com.chuanye.ops
Success