Hello Crosswalk Team,I have learned the procedures in crosswalk website (https://crosswalk-project.org/documentation/cordova/cordova_4.html) to develop cordova app with crosswalk webview used as plugin. Following the procedures, I successfully build and run my apk. The workfolw 1.Install the Cordova Command Line Interface(CLI)$ nmp install -g cordova2.Create cordova example app$ cordova create hello com.example.hello HelloWorld 3.Navigate to the newly created project directory$ cd hello 4.Add android as the target platform$ cordova platform add android 5.Install the Crosswalk Webview plugin$ cordova plugin add cordova-plugin-corsswalk-webview 6.Build with crosswalk webview engine for android$ cordova build android 7.Launch it in the emulator$ cordova emulate androidIn the 6th step, it will automatically fetches the stable Crosswalk Webview libraries from the Crosswalk Project download site. (https://download.01.org/crosswalk/releases/crosswalk/android/)What I want to do is replacing the xwalk_core_library in Crosswalk Webview plugin with my own xwalk_core_library that generated in the source code of crosswalk15+ . Because the Crosswalk Project download site does not have stable 15+ Crosswalk Webview libraries. I want to use crosswalk15+ in crosswalk-cordova4.0 project .Any help would be greatly appreciated.Thanks in advance.wangzhao.
_______________________________________________ Crosswalk-help mailing list [email protected] https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-help
