Skip to content

Instantly share code, notes, and snippets.

@goforbroke1006
Last active June 18, 2022 21:24
Show Gist options
  • Save goforbroke1006/a76e4cd2cbe5c2e54d42a6c241482b99 to your computer and use it in GitHub Desktop.
Save goforbroke1006/a76e4cd2cbe5c2e54d42a6c241482b99 to your computer and use it in GitHub Desktop.
# 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