Amit
Amit

Reputation: 847

Hybrid Application with Crosswalk + Cordova + Eclipse

I am getting an issue/error while creating/importing crosswalk cordova plugin into eclipse.

Can any one share a simple steps from scratch for creating crosswalk cordova app with eclipse.

Also tell me which eclipse type & version is required.

Upvotes: 4

Views: 795

Answers (2)

Ashutosh Srivastava
Ashutosh Srivastava

Reputation: 323

Steps to Import Crosswalk Lib plugin in Eclipse :-

  1. Download CrossWalk from https://download.01.org/crosswalk/releases/crosswalk/android/stable/12.41.296.9/arm/crosswalk-webview-12.41.296.9-arm.zip

  2. Once the Zip is downloaded extract it and paste it in the same directory where your eclipse project is saved.

  3. Now goto Eclipse New -> Import -> Android ->Existing Code into workspace -> goto your location and make sure you donot copy the crosswalk project into your eclipse workspace.

  4. Once Import is done right click on your project click Properties (Alt+Enter) - > Android -> Add -> Choose crosswalk from your workspace and Done..

Upvotes: 2

Alexandre Baptiste
Alexandre Baptiste

Reputation: 287

I'mnt sure about what you want to say with "importing plugins into eclipse".
If you want to use plugins you have to use CLI ( some plugins installation at the end of the page ).

Otherwise, if you want to create your own plugin, follow this guide.

Upvotes: 0

Related Questions