Thursday, November 24, 2016

Android :Build unsigned APK file with Android Studio

Build unsigned APK file with Android Studio

http://stackoverflow.com/questions/16709848/build-unsigned-apk-file-with-android-studio

The easiest way, I guess:
  • Open Gradle tab on the right side
  • Double click YourProject/:app/assemble (or assembleDebug)
  • You'll find the apk here
    .../YourProject/app/build/outputs/apk/app-debug.apk

2 comments: