zsh: command not found: gradlew

open -e .bash_profile

touch .bash_profile

source .bash_profile

gradle -v

./gradlew processDebugManifest --stacktrace
./gradlew compileDebugKotlin --stacktrace
./gradlew compileDebugJavaWithJavac --stacktrace -debug
./gradlew compileDebug --stacktrace -debug
./gradlew compileDebug --stacktrace -info
./gradlew compileDebug --stacktrace
./gradlew compileDebugJavaWithJavac

执行对应的task并显示对应的堆栈信息命令

./gradlew installDebug --stacktrace

你可能感兴趣的:(android,linux,bash,运维)