Questions tagged «android-signing»

6
如何启用Google Play应用签名
我认为许多开发人员正在尝试了解有关在Google I / O 2017上展示的新Google Play应用签名功能的更多信息。 通过存储密钥库以在Google Play内对应用进行签名的功能,您可以省去安全存储密钥库的工作,并且可以帮助系统根据硬件和操作系统的特性来优化为每个设备提供的APK。 您可以在以下官方文档中阅读有关此主题的更多信息:https : //developer.android.com/studio/publish/app-signing.html#google-play-app-signing。 使用以下答案,我将更好地解释上传原始密钥库所需的步骤以及如何创建新的上传密钥库,从现在开始,您将需要对其进行签名。

10
Android错误构建已签名的APK:未发现用于签名配置“ externalOverride”的keystore.jks
当我尝试构建签名APK时出现此错误。我最近升级到API 23,但此后成功生成了APK:s。我糊涂了。寻求帮助并建议如何解决此问题。这是错误 FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':app:validateExternalOverrideSigning'. > Keystore file /Users/me/Desktop/final apps/keystore.jks not found for signing config 'externalOverride'. * Try: Run with --stacktrace option to get the stack trace. Run with --info or -- debug option to get more log …
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.