博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
[reactnative]gradlew缺少运行权限引起的问题
阅读量:4227 次
发布时间:2019-05-26

本文共 613 字,大约阅读时间需要 2 分钟。

问题表现

tomdeMacBook-Pro:react-st-consumer tomlucky$ react-native  xxxxScanning folders for symlinks in /xxxx/node_modules (17ms)JS server already running.Building and installing the app on the device (cd android && ./gradlew installDowDebug)...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 haveset up your Android development environment:https://facebook.github.io/react-native/docs/getting-started.html

解决

tomdeMacBook-Pro:react-st-consumer tomlucky$ cd androidtomdeMacBook-Pro:android tomlucky$ chmod 777 gradlew

转载地址:http://pdcqi.baihongyu.com/

你可能感兴趣的文章
活用AXD Debugger调试器的命令行,实现u-boot的源代码级调试
查看>>
程序员的一份礼物-常用工具集
查看>>
uClinux 启动过程详细分析
查看>>
嵌入式系统 Boot Loader 技术内幕
查看>>
通信协议的一些技巧
查看>>
链接命令文件(*.cmd)和gel文件的介绍
查看>>
DSP一点知识总结
查看>>
DSP_c与汇编混合编程的一点总结
查看>>
CamelCase写法
查看>>
高效人士的七个习惯
查看>>
高效人士的七个习惯--每章概括
查看>>
移植U-Boot.1.3.1到S3C244和S3C2410
查看>>
移植u-boot-1.3.4到S3C2440
查看>>
硬件工程师基础知识
查看>>
结构体知识汇总
查看>>
软件开发管理工具
查看>>
初学配置管理
查看>>
了解端口
查看>>
关闭端口
查看>>
port reporter
查看>>