美文网首页
RN 服务器起来但无法gradlew

RN 服务器起来但无法gradlew

作者: lyzaijs | 来源:发表于2016-04-03 00:49 被阅读48次

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

是因为clone了项目,而android下的gradlew无执行(X)权限。

解决:
cd android
chmod +x gradlew

相关文章

网友评论

      本文标题:RN 服务器起来但无法gradlew

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