Does HUAWAY app needs 'CreateAndroidAppBundle=true' in adt.cfg? #4198
Unanswered
kiyokiyo123
asked this question in
Q&A
Replies: 1 comment 3 replies
-
|
CreateAndroidAppBundle overrides the output specified to adt to create a bundle even if an apk is specified. This is useful for when you are packaging via something like animate where you can't specify the output correctly. Normally you would leave this commented out and allow adt to specify the output. Huawei is no different here and depends if you want to provide an aab or apk. If you package an aab it will include all architectures by default including arm v8 as long as you don't change any of the architecture settings in adt.cfg or your app descriptor. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In case we make android app for HUAWAY app store,
Do we need to make unavailable ‘CreateAndroidAppBundle=true’ in adt.cfg?
Next, can we always use ARM v8 processor of AIR for Android?
Beta Was this translation helpful? Give feedback.
All reactions