Skip to content

Instantly share code, notes, and snippets.

@RayyanNafees
Last active November 11, 2023 11:22
Show Gist options
  • Save RayyanNafees/f2ac3b59bd7b5d2cb403d21bc2c2d762 to your computer and use it in GitHub Desktop.
Save RayyanNafees/f2ac3b59bd7b5d2cb403d21bc2c2d762 to your computer and use it in GitHub Desktop.
Installing android sdk on Windows / Linux

Android SDK for React Native

Windows

  1. Install scoop
  2. Install Node, Java 17, Android Command Line Tools & ADB
scoop bucket add java extras versions
scoop install nodejs microsoft17-jdk android-clt adb

Linux

Installing SDK

sdkmanager --install "platform-tools" "platforms;android-33" "build-tools;33.0.2" "emulator" "system-images;android-33;google_apis;x86_64"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment