I don't have creation privileges in your Jira, so posting here.

On or about line 439

   native_lib_path = '-Dcd_DIR='

Should be

   native_lib_path = '-DNATIVE_LIBS_DIR='


Impact: The native libs (libxwalkcore.so) isn't included in the generated APK file and any attempt to run the APK gets the following error in the logs:

   I/LibraryLoader( 1095): Loading: xwalkcore
   E/LibraryLoaderHelper( 1095): /data/app/com.----.app.htmltest.apk
   doesn't have file lib/armeabi-v7a/libxwalkcore.so
   W/LibraryLoaderHelper( 1095): Failed to remove
   /data/data/com.----.app.htmltest/app_lib
   D/AndroidRuntime( 1095): Shutting down VM
   W/dalvikvm( 1095): threadid=1: thread exiting with uncaught
   exception (group=0xada4eba8)
   E/AndroidRuntime( 1095): FATAL EXCEPTION: main


_______________________________________________
Crosswalk-dev mailing list
[email protected]
https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-dev

Reply via email to