ADB Install Fails With INSTALL_FAILED_TEST_ONLY
Looks like you need to modify your AndroidManifest.xml Change android:testOnly=”true” to android:testOnly=”false” or remove this attribute. If you want to keep the attribute android:testOnly as true you can use pm install command with -t option, but you may need to push the apk to device first. $ adb push bin/hello.apk /tmp/ 5210 KB/s (825660 bytes … Read more