Google Play 商店不再支持 .APK?

Google Play Store doesn't support .APK anymore?

我正在使用 Unity 制作一个应用程序,我准备在 Google 播放(键和其他设置)

上发布该应用程序

但出于某种原因,它不允许我上传 .apk,只能上传 .aab。上次我发布游戏(3 个月前)时,它使用 .apk,但由于某种原因,它现在无法使用。是不是漏了什么?

根据新的 google 政策,从 2021 年 8 月起,Google Play 管理中心将要求所有新应用以 Android App Bundle 格式发布,因此,您的构建必须符合aab。在 unity for build as aab 你必须检查 Build App Bundle (Google Play)Build Settings

有关如何使用先前的签名密钥和设置 aab 进行签名的更多详细信息,请参阅:

https://blog.unity.com/technology/support-for-android-app-bundle-aab-in-unity-2018-3-beta

https://developer.android.com/studio/publish/app-signing

https://forum.unity.com/threads/android-app-bundle-google-play-app-signing-what-option-do-we-use-with-unity.604723/

https://forum.unity.com/threads/android-app-signing-by-google.471539/#post-4618345