是否可以在 Android Studio 中使用已发布的签名 APK 构建 App Bundle?我想将 apk 迁移到 Play 商店的应用程序包

是否可以在 Android Studio 中使用已发布的签名 APK 构建 App Bundle?我想将 apk 迁移到 Play 商店的应用程序包

问题描述:

我正在使用 Unity 引擎构建 apk.然后我在 Enhance 上使用该 APK 来集成 SDK.不接受 AAB 格式,因此我需要直接从 Unity 构建 APK 而不是 AAB.然后我希望将集成的 APK 迁移到 App Bundle 以上传到 PlayStore.

I am using the Unity Engine to build apk. Then I use that APK on Enhance to integrate the SDK's. AAB format is not accepted, therefore I need to build APK rather than AAB directly from Unity. Then I want that integrated APK to be migrated to App Bundle to upload to PlayStore.

我曾尝试在 Google 提供的用于应用程序包开发的文档中找到它,但没有找到.如果你能帮助我.

I had tried finding it on documentation provided by Google for App bundle development, but nothing found. If you can help me there.

是否可以使用已发布的签名 APK 构建 App Bundle

否.您可以将 AAB 转换为 APK,但反之则不行.检查 从 aab 文件生成 Apk 文件(android 应用程序包)

NO. You can convert an AAB to APK but not vice versa. Check this for Generate Apk file from aab file (android app bundle)

我想将 apk 迁移到 Play 商店的应用程序包

您可以随时迁移并上传任何版本的 apk 或应用程序包.Android (Google) 在 Play 商店中不限制并接受其中任何一项.

You can migrate anytime and upload an apk or app bundle for any releases. Android (Google) doesn't restrict and accepts either of it in the Play Store.

但是,您需要确保增加 versionCode 以确保每个人都能获得更新.

However, you need to make sure you increment your versionCode to make sure everyone gets the update.

我也推荐你参考,

apk (.apk) 和 app bundle 的区别(.aab)