android - 我们可以在 Google Play 商店上签名的应用程序包后更新签名的 APK

标签 android android-studio google-play-console google-developers-console

我想在 google play store 上更新我的应用,但现在我想上传 APK 而不是 app-bundle(我第一次上传 app-bundle(.aab))。可能吗?

最佳答案

是的,您可以更新它。检查原始文档。
https://support.google.com/googleplay/android-developer/answer/113476?hl=en

Prepare your updates

  • The package name of the updated APK or app bundle needs to be the same as the current version.
  • The version code needs to be greater than the current version. Learn more about versioning your app.
  • The updated APK or app bundle needs to be signed with the same signature as the current version.

关于android - 我们可以在 Google Play 商店上签名的应用程序包后更新签名的 APK,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57247925/

相关文章:

android - 如何在 Architecture Components ViewModel 中刷新数据

java - 反转 ListView 顺序并显示而不滚动

android - 当 Logcat 不显示任何类时如何查找错误?

代码 View 中的 Android Studio 空指针警告/通知

java - Android 双不工作

android - 如何解决 AAB 版本中的 Google Play 64 位错误?

android - 获取另一个应用程序的资源

Android Studio : Config and system paths seem to be equal

android - 如何以开发者身份隐藏 Google Play 商店中的应用

Dotnet Maui 中的 Android Assets 交付