Gradle signing app with packageRelease “specified for property 'signingConfig.storeFile' does not exist”

后端 未结 5 1547
栀梦
栀梦 2020-12-14 09:06

I am trying to test an app with Build Variant in release mode in Android Studio with a project using Gradle.

build.gradle:

(omitted dependencies and          


        
5条回答
  •  甜味超标
    2020-12-14 09:15

    enter image description here

    If you want to create signed version of apk then it requires release. If you don't want to, choose the debug mode and run the unsigned apk file.

提交回复
热议问题