How to create a release signed apk file using Gradle?

前端 未结 30 1416
既然无缘
既然无缘 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 14:06

    if you don't want to see Cannot invoke method readLine() on null object. you need write in gradle.properties first.

    KEYSTORE_PASS=*****
    ALIAS_NAME=*****
    ALIAS_PASS=*****
    

提交回复
热议问题