We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I ran cocos to run on android platform with command:
$ NDK_ROOT=~/android-ndk-r13b cocos run -p android --android-studio -j 4
Expected:
cocos can run gradlew smoothly.
gradlew
Actual:
/bin/sh: /Users/wingyplus/game-engine-experiment/FlappyClone/proj.android-studio/gradlew: Permission denied Error running command, return code: 126.
The version that I use is
cocos2d-x-3.13.1 Cocos Console 2.1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I ran cocos to run on android platform with command:
$ NDK_ROOT=~/android-ndk-r13b cocos run -p android --android-studio -j 4
Expected:
cocos can run
gradlew
smoothly.Actual:
/bin/sh: /Users/wingyplus/game-engine-experiment/FlappyClone/proj.android-studio/gradlew: Permission denied Error running command, return code: 126.
The version that I use is
The text was updated successfully, but these errors were encountered: