Skip to content

Instantly share code, notes, and snippets.

@robertoestivill
Last active May 4, 2016 01:03
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robertoestivill/fa5e17dae563226a3364 to your computer and use it in GitHub Desktop.
Save robertoestivill/fa5e17dae563226a3364 to your computer and use it in GitHub Desktop.
Intellij Case Sensitivity Warning Fix
This is a quick fix for the IntelliJ / AndroidStudio case sensitivity warning.
https://confluence.jetbrains.com/display/IDEADEV/Filesystem+Case-Sensitivity+Mismatch
This warning comes up everytime after platform updates, and it is display when projects are located in case sensitive partition.
#!/bin/bash
printf '\nidea.case.sensitive.fs=true' >> /Applications/Android\ Studio.app/Contents/bin/idea.properties
# chmod +x
# /Users/<user>/.profile
alias intellij-case-fix="printf '\nidea.case.sensitive.fs=true' >> /Applications/Android\ Studio.app/Contents/bin/idea.properties"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment