Search code examples
macosintellij-ideaandroid-studiofilesystemscase-sensitive

Filesystem Case-Sensitivity Mismatch (Android Studio & IntelliJIDEA) on OSX 10.10.1


I am getting the Filesystem Case-Sensitivity Mismatch warning in Android Studio (and IntelliJIDEA CE14). So I clicked this link, which was recommended by the IDE and did as Wessel van Norel says but the warning still does appear.

Is that because I added the required line idea.case.sensitive.fs=true to just the copy as suggested by Mr. van Norel?

How can I solve this?

Thanks for any help!


Solution

  • Okay, I "solved" the problem. In fact it was kind of my own stupidity (sorry for that!).

    Previously I added the idea.properties file to the AndroidStudio- and AndroidStudioBeta-directories.

    I did not do the same for AndroidStudioPreview1.2 because I thought that it is not a preview anymore (Android Studio > About Android Studio says it is Beta) but since I started using AS while it was still a preview-version it seems to be the right directory.

    (I checked for IntelliJIDEA and there is no warning.)