

Finally, make sure that you can run adb from your terminal.Source ~/ ` ] & echo '.zshenv' || echo '.bash_profile' ` We recommend that you install this emulator during product installation. Reload the path environment variables by running: An Android emulator is installed by default during the RAD Studio installation.Now I’ve been building apps using React Native for about 4 years now, and didn’t have any need for a full-fledged Android Studio IDE other than to install SDK(s) and emulator(s). Copy and paste this line to do this automatically for Bash and Zsh:Įcho "export PATH= $ANDROID_HOME/platform-tools:\ $PATH" > ~/ ` ] & echo '.zshenv' || echo '.bash_profile' ` Android SDK is the prerequisite for building android apps, be it via native Kotlin, or other popular libraries like React Native and Flutter. On macOS, you will also need to add platform-tools to your ~/.bash_profile (or ~/.zshenv if you use Zsh) - eg.& ANDROID_HOME = $HOME/Library/Android/sdk || ANDROID_HOME = $HOME/Android/SdkĮcho "export ANDROID_HOME= $ANDROID_HOME" > ~/ ` ] & echo '.zshenv' || echo '.bash_profile' `


Copy and paste these two lines to do this automatically for Bash and Zsh: If you are on macOS or Linux, add an environment variable pointing to the Android SDK location in ~/.bash_profile (or ~/.zshenv if you use Zsh) - eg.
