Skip to main content

Build a Native Binary

Next we'll build an Android Debug binary using the native builds feature.

note

If you'd like to build an Android Release binary or any iOS binary, you'll need to generate signing certificates and upload them to the Appflow dashboard.

Start a Native Build

In order to download a binary of your application, you will first need to create a native build.

There are two ways to do this:

  • Click the Start build icon from the Commits tab Start Build from Commits
  • Click the New build button in the top right from the Build > Builds tab New Build

Select the proper commit for your build. There are several required and optional fields you can specify:

For the quickstart tutorial, select the Android platform, the Latest build stack and the Debug type build which requires no other configuration. Once the build begins, you can view the progress and review the logs if you encounter errors.

Running Web Build

Downloading the Build

note

If you have trouble getting a successful build in the previous step, you can find answers to common native build errors in this section of our knowledge base.

A successful native build yields an iOS binary (.ipa or IPA) or an Android binary (.aab or AAB) file. Once you have a successful build, you can download it so that you can install it on a device by clicking the file name in the Artifacts section in the right of the build detail page or clicking the Download IPA/APK icon on the build in the Build > Builds tab.

Download Native Build