简体   繁体   English

将.apk文件转换为.abb文件,不用Android studio

[英]Convert .apk file to .abb file without Android studio

Please how can I convert.apk to.aab without Android studio请问如何在没有 Android 工作室的情况下将.apk 转换为.aab

I created an Android app using AIDE and I wanted to upload to Google Play Store and then I discovered it's only.aab file format of the app they accept.我使用 AIDE 创建了一个 Android 应用程序,我想上传到 Google Play 商店,然后我发现它是他们接受的应用程序的 only.aab 文件格式。

1- setup Android Studio 1- 设置Android Studio

2- open your project in Android studio 2-在 Android 工作室中打开您的项目

3- from the Menu at the top choose Build then Generate Signed Bundle/APK... 3- 从顶部the Menu中选择Build然后Generate Signed Bundle/APK...

在此处输入图像描述

4- in dialog box mark at Android App Bundle(aab) and follow steps that it 4- 在Android App Bundle(aab)的对话框中标记并按照它的步骤

在此处输入图像描述

Yes, They still accept apk files.是的,他们仍然接受 apk 文件。 However, Apk files are 32 bit now.但是,Apk 文件现在是 32 位的。 For Later Android releases like 12 and above, move your Project To Android Studio.对于稍后的 Android 版本(如 12 及更高版本),请将您的项目移动到 Android Studio。 There is no option other than using android studio because there is no other ide to support it at the moment.除了使用 android studio 之外别无选择,因为目前没有其他 ide 支持它。 Please Contact google If needed any more assistance.如果需要更多帮助,请联系谷歌。

Via gradle - without android studio, you would use task 'bundle' instead of 'assemble'通过 gradle - 如果没有 android 工作室,您将使用任务“捆绑”而不是“组装”

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM