cordova-crosswalk-engine icon indicating copy to clipboard operation
cordova-crosswalk-engine copied to clipboard

build error when app name is utf-8 string

Open tslearn opened this issue 9 years ago • 1 comments

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

tslearn avatar Mar 14 '16 20:03 tslearn

Could you please file a bug in JIRA https://crosswalk-project.org/jira

fujunwei avatar Oct 28 '16 01:10 fujunwei