Meituan-Dianping / walle

Android Signature V2 Scheme签名下的新一代渠道包打包神器
Apache License 2.0
6.77k stars 1.08k forks source link

已开启v2SigningEnabled 但总提示需要开启 #79

Closed missingbobo closed 7 years ago

missingbobo commented 7 years ago

Error:Plugin requires 'APK Signature Scheme v2 Enabled' for

我的配置如下 signingConfigs{ release { storeFile file("../sign_formal_key.key") storePassword "**" keyAlias ** keyPassword "**" v2SigningEnabled true } debug{ storeFile file("../sign_formal_key.key") storePassword "**" keyAlias "**" keyPassword "**" v2SigningEnabled true } }

achellies commented 7 years ago

你的buildTypes里配置签名了吗?把buildTypes的贴一下

achellies commented 7 years ago

看看这个怎么解决的: #20