Generate Signed APK: Errors while building APK Android Studio

后端 未结 9 1964
无人共我
无人共我 2021-02-12 22:20

I am unable to generate Signed APK using minifyEnabled true and shrinkResources true

App Level : build.gradle

buildscript {
            


        
9条回答
  •  余生分开走
    2021-02-12 22:26

    Use Keytool binary or exe to generate a private keystore. Instructions in below link. You can then sign your app using this keystore. Keytool gets installed when you install Java.

    http://docs.oracle.com/cd/E19509-01/820-3503/ggfen/index.html

提交回复
热议问题