How can i build the apk instead of aab #576
Answered
by
deadlyjack
John4650-hub
asked this question in
Q&A
-
I have used actions to automate the building process of Acode but in the log i see that an aab file instead of an apk is generated. |
Beta Was this translation helpful? Give feedback.
Answered by
deadlyjack
Nov 25, 2022
Replies: 1 comment 1 reply
-
you need to specify packageType in {
"android": {
"debug": {
"packageType": "apk"
},
"release": {
"packageType": "apk"
}
}
} |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
John4650-hub
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
you need to specify packageType in
build.json
in root folder of the project