Export unsigned apk from a Gradle Project in Android Studio

前端 未结 6 1639
情书的邮戳
情书的邮戳 2020-12-15 16:55

I usually create projects with Eclipse and import them into Android Studio, because I hate the project structure AS gives me. In it´s module settings, I have the possibility

6条回答
  •  萌比男神i
    2020-12-15 17:07

    Open Gradle panel, open the tasks list of your project and double click on BUILD task, then under " -> build -> outputs -> apk" you will find your unsigned APK with name -release-unsigned.apk

提交回复
热议问题