1.react-native 搭建新的项目
https://reactnative.cn/docs/getting-started.html
2.react-native No bundle URL present解决办法
https://blog.csdn.net/c_kite/article/details/79215023
3.在mac 系统下运行android studio avd(模拟器报错)
错误如下
Execution failed for task ':app:installDebug'. > com.android.builder.testing.api.DeviceException: com.android.ddmlib.InstallException
解决帖子:
https://stackoverflow.com/questions/32577761/com-android-ddmlib-installexception-failed-to-establish-session-react-native
就是重新安装一个模拟器设备-详细步骤如下:
![](https://img.haomeiwen.com/i6329089/779a468364bc1472.png)
![](https://img.haomeiwen.com/i6329089/8150fdf1a796e75a.png)
2步骤模拟器的配置根据安装andriod studio 时相应配置安装
网友评论