1.adb
环境变量配置
打开终端,执行如下命令:
cd ~
touch .bash_profile
open -e .bash_profile
在打开的文本文件中,添加如下内容(/XXX/XXX/platform-tools/
为你的adb
路径)
export PATH=${PATH}:/XXX/XXX/platform-tools/
保存并退出文本,重启终端,执行命令:
source .bash_profile
2.gradlew
编译命令添加权限
chmod +x gradlew