Last active
June 18, 2022 21:24
-
-
Save goforbroke1006/a76e4cd2cbe5c2e54d42a6c241482b99 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# fix | |
# you are missing the recommended JDK, no matter how many I install the module | |
# go to Unity Editor installation dir | |
chmod ug+x ./Editor/Data/PlaybackEngines/AndroidPlayer/OpenJDK/bin/* | |
chmod ug+x ./Editor/Data/PlaybackEngines/AndroidPlayer/SDK/tools/bin/* | |
chmod ug+x ./Editor/Data/PlaybackEngines/AndroidPlayer/NDK/toolchains/llvm/prebuilt/linux-x86_64/bin/* | |
chmod ug+x ./Editor/Data/PlaybackEngines/AndroidPlayer/SDK/platform-tools/adb | |
chmod -R 0777 ./Editor/Data/PlaybackEngines/AndroidPlayer/NDK/* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment