I am attempting to run gradlew from my command line, but am constantly facing the following error.
Brendas-MacBook-Pro:appx_android brendalogy$ ./gradlew com
Jenkins > Project Dashboard > (select gradle project) Configure > Build
x Use Gradle Wrapper
Make gradlew executable x
Just type this command in Android Studio Terminal (Or your Linux/Mac Terminal)
command
chmod +x gradlew
and try to :
./gradlew assembleDebug