最佳答案
根据 CommonsWare 的这个 博客文章,AndroidManifest.xml
文件可以有一个 android:testOnly
属性。
在我的 AndroidManifest.xml
中,它被设置为“ false”
android:testOnly="false"
我正在使用“ Build APK (s)”菜单选项生成 APK 文件,如下图所示,
当我尝试从命令行安装应用程序时,adb install-r myapp.apk 仍然出现错误,
失败[ INSTALL _ FAILED _ TEST _ ONLY: installPackageLI ]
我还应该做什么才能让我的应用程序运行?