本文介绍了您的 Android App Bundle 使用错误的密钥进行签名.确保您的 app bundle 使用正确的签名密钥进行签名,然后重试的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!
问题描述
如何使用正确的签名密钥签署我的 android app bundle?
How do I sign my android app bundle with the correct signing key?
推荐答案
我尝试在这里使用多个答案 &在这个问题中,但不知何故我收到了这个错误,因为我有我的 android/app/build.gradle 和 android/gradle.properties 文件存在一些问题.
I tried using the multiple answers here & in this question, but somehow I was getting this error because I had some issues with my android/app/build.gradle and android/gradle.properties files.
您应该检查的两件事(除了这里的其他解决方案)是:
Two things you should check (in addition to the other solutions here) are:
- 在
android/gradle.properties和android/app/build.gradle中,确保您的keystore变量完全匹配.- 在
android/gradle.properties中,你可能有这样的东西:
- 在
- In
android/gradle.propertiesandandroid/app/build.gradle, make sure yourkeystorevariables match exactly.- In
android/gradle.properties, you probably have something like this:
- In
MYAPP_RELEASE_STORE_FILE=<>
MYAPP_RELEASE_KEY_ALIAS=<>
MYAPP_RELEASE_STORE_PASSWORD=<>
MYAPP_RELEASE_KEY_PASSWORD=<>
android/app/build.gradle 中的名称匹配:
android {
...
signingConfigs {
release {
if (project.hasProperty('MYAPP_RELEASE_STORE_FILE')) {
storeFile file(MYAPP_RELEASE_STORE_FILE)
storePassword MYAPP_RELEASE_STORE_PASSWORD
keyAlias MYAPP_RELEASE_KEY_ALIAS
keyPassword MYAPP_RELEASE_KEY_PASSWORD
}
}
}
}
android {
...
buildTypes {
debug ...
release {
signingConfig signingConfigs.release
}
}
}
这篇关于您的 Android App Bundle 使用错误的密钥进行签名.确保您的 app bundle 使用正确的签名密钥进行签名,然后重试的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!
The End


大气响应式网络建站服务公司织梦模板
高端大气html5设计公司网站源码
织梦dede网页模板下载素材销售下载站平台(带会员中心带筛选)
财税代理公司注册代理记账网站织梦模板(带手机端)
成人高考自考在职研究生教育机构网站源码(带手机端)
高端HTML5响应式企业集团通用类网站织梦模板(自适应手机端)