美文网首页
React-native 踩坑记录

React-native 踩坑记录

作者: Rdxer | 来源:发表于2017-05-04 12:18 被阅读70次
* What went wrong:
Execution failed for task ':app:installDebug'.
> com.android.builder.testing.api.DeviceException: com.android.ddmlib.InstallException: Failed to establish session

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

Total time: 24.974 secs
Could not install the app on the device, read the error above for details.
Make sure you have an Android emulator running or a device connected and have
set up your Android development environment:
https://facebook.github.io/react-native/docs/android-setup.html

最简单的解决方案就是 用 as 打开 项目下 android 目录使用 as 编译运行,失败的就看错误输出,该装啥装啥,装好了运行就可以了~

相关文章

网友评论

      本文标题:React-native 踩坑记录

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