我有一个带有 android O 的设备 nexus5x,我在我的笔记本电脑和另一台计算机上开发了一个应用程序。但是,当我在笔记本电脑中启动该应用程序后,想在另一台计算机上启动该应用程序时,我总是会收到下面描述的错误。
Error while executing: am start -n "com.safetylink.android.safetylinkheartbeatapp/com.application.aware.safetylink.auth.SplashScreenActivity" -a android.intent.action.MAIN -c android.intent.category.LAUNCHER
Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] cmp=com.safetylink.android.safetylinkheartbeatapp/com.application.aware.safetylink.auth.SplashScreenActivity }
Error type 3
Error: Activity class {com.safetylink.android.safetylinkheartbeatapp/com.application.aware.safetylink.auth.SplashScreenActivity} does not exist.
Error while Launching activity
这对我来说很神奇,因为我在其他手机(它只是被重新安装)和模拟器上没有同样的问题。应用程序在他们身上运行良好。
我认为这与 nexus5x 设置有关,但我不知道确切。我该怎么做才能解决这个问题?
PS:我已经尝试过多次清理、重建项目、重命名活动、使缓存无效和重新启动,还禁用了实例运行,但这对我不起作用。