How to create a release signed apk file using Gradle?

前端 未结 30 1417
既然无缘
既然无缘 2020-11-22 13:48

I would like to have my Gradle build to create a release signed apk file using Gradle.

I\'m not sure if the code is correct or if I\'m missing a parameter when doing

30条回答
  •  无人及你
    2020-11-22 13:57

    Android Studio Go to File -> Project Structure or press Ctrl+Alt+Shift+S

    See The Image

    Click Ok

    Then the signingConfigs will generate on your build.gradle file.

提交回复
热议问题