After importing my project from eclipse into android studio i have got the following error :
Error: unmappable character for encoding UTF-8
Adding the following to build.gradle solves the problem :
android { ... compileOptions.encoding = 'ISO-8859-1' }