Skip to content

How can i build the apk instead of aab #576

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

You must be logged in to vote

you need to specify packageType in build.json in root folder of the project

{
  "android": {
    "debug": {
      "packageType": "apk"
    },
    "release": {
      "packageType": "apk"
    }
  }
}

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@John4650-hub
Comment options

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
2 participants