Skip to content
This repository has been archived by the owner on Apr 3, 2020. It is now read-only.

Build crosswalk cordova android (optional)

Ningxin Hu edited this page Mar 28, 2014 · 1 revision

Checkout crosswalk-cordova-android

$ git clone https://[email protected]/crosswalk-project/crosswalk-cordova-android.git

Make sure you are on the master branch (the default one).

Build XWalkCoreLibrary

To build XwalkCoreLibrary, please refer to Build Crosswalk to prepare for Android build environment. Please pay attention to the architecture you build against.

Build XWalkCoreLibrary project by command:

$ ninja -C out/Release xwalk_core_library

The output is located at: /path/to/crosswalk/src/out/Release/xwalk_core_library

Import

Import XWalkCoreLibrary by linking it to framework folder of crosswalk-cordova-android:

$ ln -s /path/to/xwalk_core_library /path/to/crosswalk-cordova-android/framework/
Clone this wiki locally