Skip to content

How to can i build for android using github actions #10693

Answered by ammarahm-ed
John4650-hub asked this question in Q&A
Discussion options

You must be logged in to vote

Hi, you can enable abi splits https://old.docs.nativescript.org/angular/tooling/publishing/android-abi-split#enable-abi-split to reduce the size of your apk. NativeScript android app pack v8 which is around 15-20MB in size for each architecture. Right now you are building universal apk which packs everything for all archs making the apk around 90MBs. In reality when you release your app to the android playstore as an aab, the final release apk will be much smaller in size.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@John4650-hub
Comment options

@NathanWalker
Comment options

@ammarahm-ed
Comment options

ammarahm-ed Feb 11, 2025
Maintainer Sponsor

Answer selected by John4650-hub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants