Skip to content

Instantly share code, notes, and snippets.

@taisyo7333
Created October 13, 2016 05:19
Show Gist options
  • Save taisyo7333/141e551ca3bb05623d5be8d3c3559081 to your computer and use it in GitHub Desktop.
Save taisyo7333/141e551ca3bb05623d5be8d3c3559081 to your computer and use it in GitHub Desktop.
How to setup Android for React Native on Mac

How to set up running react-native on Andrdoi devices for debugging.

  1. Download latest version JDK
  2. brew install android-sdk
  3. write .zshrc or .bashrc export ANDROID_HOME=/usr/local/opt/android-sdk
  4. setup daemon gradle touch ~/.gradle/gradle.properties && echo "org.gradle.daemon=true" >> ~/.gradle/gradle.properties
  5. Install android adk what is required version.
    • $ android sdk
    • Android SDK Build-tools 23.0.2
    • Android 6.0 (API 23)

references

the others

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment