Wednesday, June 1, 2016

Android Studio - “Unmappable character for encoding UTF-8”

Android Studio - “Unmappable character for encoding UTF-8”

 Adding the following to build.gradle solves the problem :

 

android {
  
    compileOptions.encoding = 'ISO-8859-1'  

 }

 

 

No comments:

Post a Comment

Check out this may be help you

Related Posts Plugin for WordPress, Blogger...