android studio mac :-bash: gradlew: command not found

本文详细介绍了如何在项目目录中使用Gradle Wrapper(gradlew)执行‘clean’任务,并针对不同操作系统提供了必要的命令和注意事项。特别强调了在Mac系统下需要执行的`chmod 755 gradlew`命令来使文件可执行,以及在Linux系统下使用`sudo chmod +x gradlew`确保文件可执行。

gradlew is not in your global path. To execute the 'clean' task (or any task for that matter) using the gradle wrapper (gradlew) in your project directory in your terminal, specify the current directory with the './':

./gradlew clean

Running mac, you also have to do "chmod 755 gradlew" on the file before to make it executable. – Simon Bengtsson Mar 31 '14 at 16:06

Going with @SimonBengtsson, if you are using linux you must do "sudo chmod +x gradlew" before you do the "./gradlew clean" to make sure it is executable. It did not work until I did this. –  Richard Apr 2 '14 at 21:57

评论 3
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值