我的应用程序正在疯狂。当我运行应用程序时,它会将其安装在设备上,但不会运行它。这是日志:
$ adb shell am start -n "com.callrecorderpro/com.callrecorder.MainActivity" -a android.intent.action.MAIN -c android.intent.category.LAUNCHER
Error while executing: am start -n "com.callrecorderpro/com.callrecorder.MainActivity" -a android.intent.action.MAIN -c android.intent.category.LAUNCHER Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] cmp=com.callrecorderpro/com.callrecorder.MainActivity }
Error type 3
Error: Activity class {com.callrecorderpro/com.callrecorder.MainActivity} does not exist.
Error while Launching activity
我有MainActivity类,它在Manifest中声明,我可以在手动安装后运行应用程序。
答案 0 :(得分:-1)
转到设置 - >应用程序 - >点击您的应用并将其删除。
之后,如果您的应用标记为“未安装”,请点击它 - >点击右上角的设置按钮,然后选择“为所有用户删除”。
如果是你的情况,错误就会消失。