Android .aab bundle using python scripts
-
wrote on 23 Sept 2021, 12:51 last edited by
Can anyone help out creating android abb bundle using QT, I am trying to build application bundle using python scripts, my apk file is created successfully need to shift from .apk to .aab.
I am using QT 5.12.9.
Thank you. -
Can anyone help out creating android abb bundle using QT, I am trying to build application bundle using python scripts, my apk file is created successfully need to shift from .apk to .aab.
I am using QT 5.12.9.
Thank you.@newqtuser
did you read
https://doc.qt.io/qt-5/deployment-android.html
and
https://www.qt.io/blog/aab-support-in-qt-for-android
and
https://www.kdab.com/qt-for-android-better-than-ever-before/or the official "manual" way: https://developer.android.com/studio/build/building-cmdline#build_your_app_bundle_using_bundletool
-
wrote on 23 Sept 2021, 15:08 last edited by
Re: Android .aab bundle using python scripts
I had gone through "https://doc.qt.io/qt-5/deployment-android.html" and changed my .apk extension to .aab, well i still dont know i should run the "make -j$(nproc) aab" this command or not as my scripts were taking care of the things and done the changes there too.
and the other documents are mainly describing Qt 5.14 "https://www.qt.io/blog/aab-support-in-qt-for-android" and "https://www.kdab.com/qt-for-android-better-than-ever-before/"
If required i'll share the snippets of the scripts please let me know if any think I am missing or any different approach to address.
Thank you its great having support. -
wrote on 27 Sept 2021, 04:22 last edited by
Hii, all I have tried deploying my application on 5.14.2 but its giving build errors as the same project is able to get build and deployed on 5.12.9 please anyone could help this out for apk to aab migration.
Thank you.
1/4