
To install Android Studio on your Mac, proceed as follows: With a pop-up, or you can check for updates by clicking Help > The following video shows each step of the setup procedure when using the recommendedĪs new tools and other APIs become available, Android Studio tells you
Follow the setup wizard in Android Studio and install any SDK packages that it. zip file, unpack the ZIP, copy the android-studioįolder into your Program Files folder, and then open the android-studio > binįolder and launch studio64.exe (for 64-bit machines) or studio.exe exe file (recommended), double-click to launch it. To install Android Studio on Windows, proceed as follows: Setting up Android Studio takes just a few clicks.įirst, be sure you download the latest version of Android Studio. bash_profile to create your new file, then type open -e.
bash_profile file, type cd ~/ in your terminal. The React Native tools require some environment variables to be set up in order to build apps with native code.įor this we need to write some code in $HOME/.bash_profile or $HOME/.bashrc config file. 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.Ĭonfigure the ANDROID_HOME environment variable Next, select the "SDK Tools" tab and check the box next to "Show Package Details" here as well.
Intel x86 Atom_64 System Image or Google APIs Intel x86 Atom System Image. Expand the Android 9 (Pie) entry, then make sure to check these: Select the "SDK Platforms" tab from the SDK Manager, then check the box next to "Show Package Details" in the bottom right corner. Click on the configure button on bottom right corner of "Welcome to Android Studio" screen. To install the SDK, open the android studio. Then, click "Next" to install all of these components. Now choose to install "Custom" setup for installation and make sure to select checkboxes of these options. Step 3: Setting up android development environmentĭownload and install Android Studio here. Enter fullscreen mode Exit fullscreen mode