
Installing JDK 8Īs mentioned earlier in the requirements, you’ll need to install JDK 8 if you don’t have it installed already. The process might take a while, depending on your internet connection. Make sure your computer is connected to the internet, then follow the setup wizard to install all dependencies. The additional files include the Android SDK, platform tools, and emulator. The first time you run Android Studio, it’ll prompt you to install additional files. Once you’re done with the installation process, go ahead and start Android Studio. After that, launch the executable and follow the prompts to complete the installation process. To install Android Studio, download the Android Studio setup file here. Android Studio is available for macOS, Windows, and Linux. It’s available for free and can be downloaded from the official website. Installing Android Studio and Android SDKĪndroid Studio is the official IDE for Android application development. JDK 8 (installation instructions for macOS here and Windows here).

The following are required in order to run a React Native app on Android: We’ll close with learning how to test run React Native apps created using the Expo CLI and also how to test React Native apps using a tool known as Waldo. After that, we’ll look at how to run an example React Native app on the emulator and on a physical Android device. In this post, we’ll walk through all the initial setup required to set a suitable development environment. However, running React Native apps on Android requires some initial setup. The process can be as simple as connecting your Android device to the computer you use for development and running a command. If you own a physical Android device and prefer to test your app on it, React Native has got you covered there too.

For example, you can set up an emulator based on a device like the Google Pixel and use your preferred version of the Android operating system. Using the Android Virtual Device offers a wide variety of virtual devices that can be emulated. With React Native, you can choose to test run your app either on an emulator or on a physical device.Īn emulator is a virtual device that lets you test your app without owning an actual device. React Native is a mobile development framework for building cross-platform apps that run and feel truly native on both iOS and Android.
