Update - my 'icudtl.dat' and 'xwalk.pak' were missplaced in the project from fresh and adding the must needed : 1. android_xwalk_strings.xml 2. xwalk_resources_list.xml
And all works. However when i create the instance - i'm getting this : 'org.xwalk.core.R$string.color_picker_value is not found.' So back to the original question - how can I know which strings/values/images I need by default ? I also saw some basic javascripts which are needed ? Can anyone help ? On Mon, Mar 16, 2015 at 9:24 AM, meo orin <[email protected]> wrote: > Hi, > > The general question is : How can I build an embedded api package similar > to the ones I can find here : > https://crosswalk-project.org/documentation/downloads.html > > Why i'm asking ? Because. > > I've successfully downloaded one of the zipped packaged and embedded them > in my application - all is good. > > However, when building xwalk from fresh I have a problem - I get this: > 03-16 09:13:36.053: A/chromium(2140): [FATAL:isolate_holder.cc(70)] > Couldn't mmap v8 natives data file > 03-16 09:13:36.053: A/libc(2140): Fatal signal 6 (SIGABRT) at 0x0000085c > (code=-6), thread 2140 > > > I'm guessing that I didn't copied correctly the files I need for my > application... BTW, The build process seem ok as Installing the > XWalkCoreShell.apk built by xwalk - all is OK. > > So, Questions: > 1. How can I create a zipped package like I download from the web ? > 2. Are there any written documentation to what products I need for an > embeed applications ? I copied the following from the out/Release which are > similar to what you provided in the zipped package: > ./xwalk_xwview/assets > > ./Release/xwalk_core_internal_empty_embedder_apk/libs/armeabi-v7a/libxwalkcore.so > ./lib.java/xwalk_core_library_java_app_part.jar > ./lib.java/xwalk_core_library_java_library_part.jar > > Do I need more ? > > Thanks in advance, > Meo.. >
_______________________________________________ Crosswalk-help mailing list [email protected] https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-help
