Defining a build configuration for different devices
The mobile applications developed in Visual Builder can run on Android and iOS devices as a native app. In order to run a mobile application on different devices, separate build configurations are required for Android and iOS.
In this section, we'll look at how to build a configuration for both Android and iOS devices.
Build configuration for Android
You can define one or more build configurations for Android devices. In order to define a build for Android, you need to have the Keystore
file along with its credentials. The Keystore
file can be generated via Java Keytool or Android Studio.
Important Note:
Refer to the https://developer.android.com/studio/publish/app-signing#generate-key link to generate the Keystore
file from Android Studio.
The following are the build configuration steps for Android:
- Click on the mobile application name,
chapter11
, and navigate to the Settings | Build Configurations...