Adding the following to build.gradle
solves the problem :
android {...
compileOptions.encoding ='UTF-8'
ERROR:Android Studio - “Unmappable character for encoding UTF-8”
阅读 204
2022-08-04
Adding the following to build.gradle
solves the problem :
android {...
compileOptions.encoding ='UTF-8'
相关推荐
精彩评论(0)