Delphi -Alexandria-在选项中找不到Android App Bundle文件

发布于 2025-02-13 22:29:26 字数 589 浏览 0 评论 0原文

我正在使用Alexandria(Rad Studio 11.1),但是当我尝试在选项中配置我的Android 64位项目时建筑物> Delphi编译器>编译选项。在选择“所有配置 - Android 64位平台”作为活动目标之后,我在“其他选项”中找不到“生成Android App Bundle Bundle File(ARM + ARM64)”。 在此链接的在线手册中:

https://docwiki.embarcadero.com/radstudio/alexandria/alexandria/en/submitting_your_android_android_app_to_google_play_play

也有一个图像显示此选项,但在我的delphi中不存在! 相反,此选项存在于10.4.1中。 没有此选项,就无法将.AAB文件上传到Google Play控制台。 有人可以帮我吗?

I'm using Alexandria (RAD Studio 11.1) but when I try to configure my Android 64 bit project in the Options > Building > Delphi Compiler > Compiling options. After select "All configurations - Android 64-bit platform" as the active target, I don't found in the "Other options" the "Generate Android App Bundle file (arm + arm64)".
In the online manual at this link:

https://docwiki.embarcadero.com/RADStudio/Alexandria/en/Submitting_Your_Android_App_to_Google_Play

there is also an image showing this option, but in my delphi it is not present!
This option instead is present in 10.4.1.
Without this option it is not possible to have an .aab file to upload to the Google Play Console.
Can someone help me?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

凉宸 2025-02-20 22:29:27

您要寻找的价值在Alexandria中的名称略有不同:

“生成Android 32位和64位二进制文​​件(Armeabi-v7a + ARM64-V8A)”

,您会发现您的捆绑包在

projectName \ android64 \ preames \ projectName \ bin \ bin \ projectname.aab

The value you're looking for has a slightly different name in Alexandria:

"Generate Android 32-bit and 64-bit binaries (armeabi-v7a + arm64-v8a)"

Once built, you'll find your bundle in

ProjectName\Android64\Release\ProjectName\bin\ProjectName.aab

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文