美文网首页
看见helloWorld(android)

看见helloWorld(android)

作者: 咸湿仔灬 | 来源:发表于2017-08-24 09:55 被阅读6次

http://www.jianshu.com/p/fcca40a4769d

2、

当run-android的时候看见  => http://blog.csdn.net/shenshibaoma/article/details/53171606 和https://segmentfault.com/q/1010000009568425/a-1020000009573852

其实具体操作是

1、export ANDROID_HOME=ANDROID_HOME=/Users/pengtaikeji/Android/sdk

2、export ANDROID_HOME

3、export PATH=$PATH:$ANDROID_HOME/tools

4、export PATH=$PATH:$ANDROID_HOME/platform-tools

5、source ~/.bash_profile

6、react-native run-android

8、adb devices  : 查看目前有多少台设备连接上

9、安卓打包  进入./android  ./gradlew assembleRelease

10、开启adb   :   adb start-server

相关文章

网友评论

      本文标题:看见helloWorld(android)

      本文链接:https://www.haomeiwen.com/subject/whmsdxtx.html