INSTALL_FAILED_TEST_ONLY的原因
Android Studio 3.0会在debug apk的manifest文件application标签里自动添加 android:testOnly=”true”属性
解决方法一
在项目中的gradle.properties全局配置中设置:
1 | android.injected.testOnly=false |
解决方法二,加 -t :
1 | adb install -t app-debug.apk |
Android Studio 3.0会在debug apk的manifest文件application标签里自动添加 android:testOnly=”true”属性
解决方法一
在项目中的gradle.properties全局配置中设置:
1 | android.injected.testOnly=false |
解决方法二,加 -t :
1 | adb install -t app-debug.apk |
Author: tea9
Permalink: http://tea9.github.io/post/3979642138.html
License: Copyright (c) 2017-2025 CC-BY-NC-4.0 LICENSE
Slogan: Do you believe in DESTINY?