-bash :gradlew command not found
mac下執行gradlew命令時,提示-bash :gradlew command not found,主要原因是Android Project根目錄下地gradlew檔案沒有執行許可權。開啟終端,執行以下命令:
sudo chmod +x gradlew
為gradlew增加可執行許可權。
值得一提的是,mac下執行當前目錄下的命令需要在前面加上“./”,否則會到環境變數下找相應命令。例如
./gradlew javadocJar
相關文章
- Mac -bash: mysql: command not foundMacMySql
- bash: hadoop: command not foundHadoop
- Linux:-bash: tree: command not foundLinux
- Linux:-bash: unzip: command not foundLinux
- centos 7 -bash: mysql: command not foundCentOSMySql
- bash: lspci: command not found解決方法
- 【linux報錯】-bash: xhost: command not foundLinux
- bash: ssh-copy-id: command not found...
- 解決bash: mysql: command not found的問題MySql
- python virtualenv報錯-bash: virtualenv: command not foundPython
- -bash: XXX: command not found解決辦法
- Mac之telnet報錯-bash: telnet: command not foundMac
- RHEL7 解決xclock的 bash: xclock: command not found…
- ubuntu18 沒有 where 命令 -bash: where: command not foundUbuntu
- Linux Shell執行source或.命令報錯'bash: ..: command not found'Linux
- pip: command not found
- [Bash] cp command
- [Bash] mv command
- [Bash] mkdir command
- [Bash] echo command
- [Bash] awk command
- [Bash] Kill command
- [Bash] curl command
- [Bash] grep command
- [Bash] watch command
- CentOS 已安裝virtualenv, 但還是報錯誤 bash: virtualenv: command not foundCentOS
- mac mysql: command not foundMacMySql
- express: command not found.Express
- [Bash] read command
- 解決 command not found: expressExpress
- aix_ssh scp command not foundAI
- sudo: apt-get: command not foundapt-get
- sqlplus: command not found解決SQL
- zsh: command not found: bee bee工具安裝
- "mkimage" command not found - U-Boot images will not be builtbootUI
- [Bash] ping netstat & traceroute Command
- Mac終端出現 brew command not found 解決Mac
- zabbix_get :command not found 解決辦法