android studio 加入eclipse项目时报错not recognizing known sRGB profile that has been edited,解决方法
在build.gradle中添加
android {
aaptOptions { cruncherEnabled = false }
}
android studio 加入eclipse项目时报错not recognizing known sRGB profile that has been edited,解决方法
在build.gradle中添加
android {
aaptOptions { cruncherEnabled = false }
}