Skip to content

Instantly share code, notes, and snippets.

@yawnoc
Last active November 11, 2023 07:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yawnoc/480c72772b48a685a8a8771155dd85d0 to your computer and use it in GitHub Desktop.
Save yawnoc/480c72772b48a685a8a8771155dd85d0 to your computer and use it in GitHub Desktop.
Android Studio Giraffe on Debian: files that must be made executable

Android Studio Giraffe on Debian: files that must be made executable

Required

Error message Fix by making this file executable
bash: /path/to/bin/studio.sh: Permission denied bin/studio.sh
Cannot start Android Studio
No JRE found. Please make sure $STUDIO_JDK, $JDK_HOME, or $JAVA_HOME point to valid JRE installation.
jbr/bin/java
Invalid Temp Directory
The IDE cannot execute a test script in the directory.
Possible reason: the partition is mounted with 'no exec' option.
If you have modified the 'idea.system.path' property, please make sure it is correct, otherwise, please re-install the IDE.
Location: ~/.cache/Google/AndroidStudio2022.3/tmp
java.io.IOException: Cannot run program "~/.cache/Google/AndroidStudio2022.3/tmp/ij1812374487.tmp": error=13, Permission denied
jbr/lib/jspawnhelper

Recommended

Warning message Fix by making this file executable
External file changes sync might be slow
Native file watcher is not executable: /path/to/bin/fsnotifier
bin/fsnotifier
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment