2

I'd like to run the release APK to make sure it runs ok with Proguard.

Xavier
  • 8,828
  • 13
  • 64
  • 98

1 Answers1

4

You install it using adb:

adb install your.signed.apk
Adam S
  • 16,144
  • 6
  • 54
  • 81