

Configure the ANDROID_HOME environment variable Look for and expand the “Android SDK Build-Tools” entry, then make sure that 28.0.3 is selected.įinally, click “Apply” to download and install the Android SDK and related build tools. Next, select the “SDK Tools” tab and check the box next to “Show Package Details” here as well.

this command builds all javascript code and update file. This command need to run every time before creating a build. the location of this file is ProjectName\ android\app\src\main\assets\ if this file isn’t available then you can create this file manually and update later using the following command react-native bundle -platform android -dev false -entry-file index.js -bundle-output android/app/src/main/assets/ -assets-dest android/app/src/main/res This file is very important while building a react-native Android application.

Android developers mostly use Android studio IDE to develop applications and create a build using Android studio but For React-native we have to run some command to create a build in react-native. Hi Guys, In this article, we are going to discuss How to create a test build React-native android, as a react-native developer we have to give test build to the client for testing.
