Android Guide
Development build
To create a development build,
- Follow the quickstart guide to create a new app with the app builder and install all the dependencies
 - Run 
npm startin the project root. This will launch the CLI - Select Build in the main menu

 - Select Android in the platforms menu

 - Select Development in the build menu

 - This will launch the development edition of the Android application on your system
 
Production build
To create a production build,
- Follow the quickstart guide to create a new app with the app builder and install all the dependencies
 - Run 
npm startin the project root. This will launch the CLI - Select Build in the main menu

 - Select Android in the platforms menu

 - Select Production in the build menu

 - This will build the production edition of the Android application on your system
 - The binary will be located at 
agora-app-builder/<PRODUCT_ID>/android/app/build/outputs/apk/release 
Production build with code signing
To create a production build with code signing,
Set up environment variables for code signing by following this guide
Continue building for production by following the above guide