【发布时间】:2019-01-08 09:51:43
【问题描述】:
这是我安装应用程序的 adb shell 命令,每次我安装应用程序时,它都会显示未找到默认活动。
$ adb shell pm install -t -r "/data/local/tmp/it.dabbl"
Success
APK installed in 9 s 725 ms
Could not identify launch activity: Default Activity not found
Error while Launching activity
【问题讨论】:
-
你是否在 AndroidManifest 中声明了启动活动?
-
@B001ᛦ 是的,我已经声明了。
-
是的,我已经声明了它看起来像@Ashish 的答案吗?
标签: android