是否可以在Android Studio中使用已发布的已签名APK构建App Bundle?我想将APK迁移到Play商店的应用程序捆绑包
我正在使用Unity Engine来构建apk.然后,我在增强功能上使用该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提供的用于App Bundle开发的文档中找到它,但未找到任何结果.如果您能在那帮助我.
I had tried finding it on documentation provided by Google for App bundle development, but nothing found. If you can help me there.
是否可以使用已经发布的签名APK构建应用包
否.您可以将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.
我推荐推荐您