All was working fine and dandy with Eclipse in Windows until I switched to Mac OS X Yosemite, using Android Studio V1.0. I imported the project as a Non-Android Studio project s
Adding the following to build.gradle solves the problem :
build.gradle
android { ... compileOptions.encoding = 'ISO-8859-1'