cordova-crosswalk-engine
cordova-crosswalk-engine copied to clipboard
build error when app name is utf-8 string
Utf-8 app name is not support,
when parse config.xml in platform/android/xwalk.gradle.
change line 35 def xml = file("res/xml/config.xml").getText() to def xml = file("res/xml/config.xml").getText("UTF-8") maybe fix it
Could you please file a bug in JIRA https://crosswalk-project.org/jira