pbreault / adb-idea

A plugin for Android Studio and Intellij IDEA that speeds up your day to day android development.
Apache License 2.0
2.1k stars 256 forks source link

Feature request: support androidTest APKs #121

Open TWiStErRob opened 4 years ago

TWiStErRob commented 4 years ago

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:

Feel free to nest them under their module:

this way selecting the module could operate on both APKs

image

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