commander icon indicating copy to clipboard operation
commander copied to clipboard

Allow installApk to install a testOnly APK

Open jonreeve opened this issue 5 years ago • 0 comments

Just makes it a little more resilient, in the sense that if you built the APK from the IDE and haven't set testOnly="false" in the manifest, this will still successfully install it, which one would probably expect for an adb-commanding tool. Just ran into this with composer and found the install command here.

jonreeve avatar Mar 21 '19 17:03 jonreeve