adb-idea
adb-idea copied to clipboard
Feature request: support androidTest APKs
Need to uninstall and change permissions of androidTest apk, but I can't select that as only the com.android.applications' main APKs are shown in the selector.
In this dialog there should be two more options:
-
android androidTest -
svg androidTest
Feel free to nest them under their module:
-
android-
main -
androidTest
-
-
svg-
main -
androidTest
-
this way selecting the module could operate on both APKs

Note: take testApplicationId into account: https://stackoverflow.com/a/43193331/253468