Skip to content

Instantly share code, notes, and snippets.

View YanYuanFE's full-sized avatar
🎯
Focusing

YanYuan YanYuanFE

🎯
Focusing
View GitHub Profile
@nulldust
nulldust / ubuntu-react-native-setup.md
Last active March 15, 2017 01:52
ubuntu react native 开发安装部分

安装 Android SDK .

  1. https://developer.android.com/sdk/installing/index.html?pkg=tools
  2. 解压后,运行 /tools/android ,打开Anroid SDK Manager,安装相应的andorid 版本的SDK.
  3. 注意:国内被墙,用代理: 在『Android SDK Manager - Settings』窗口中,在「HTTP Proxy Server」和「HTTP Proxy Port」 输入框内填入 mirrors.neusoft.edu.cn 或腾讯的 android-mirror.bugly.qq.com 和 80,并且选中「Force ...」复选框。
  4. 注意:一定要安装 Android6.0(v23) ,react-native构建时会直接找这个sdk. 还有对应的tools-对应版本的sdk build-tools 也要装. 要安装Extras - Android Support Repository ,否则会出错 : Could not find com.android.support:appcompat-v7:23.0.1... 另:如果windows/mac 装Configure hardware acceleration (HAXM), otherwise the emulator is going to be slow. 但目前linux上不支持。