Build unsigned APK file with Android Studio

前端 未结 19 3067
抹茶落季
抹茶落季 2020-11-28 00:15

I\'m developing an android app with the Android Developer Tool. Now I tried the new Android Studio, everything works fine if connect my smartphone with the pc and directly r

19条回答
  •  迷失自我
    2020-11-28 00:52

    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

    screenshot

提交回复
热议问题