adb-idea icon indicating copy to clipboard operation
adb-idea copied to clipboard

Feature request: support androidTest APKs

Open TWiStErRob opened this issue 5 years ago • 0 comments

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

image

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

TWiStErRob avatar Apr 13 '20 11:04 TWiStErRob