Reputation: 847
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
Reputation: 323
Steps to Import Crosswalk Lib plugin in Eclipse :-
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
Once the Zip is downloaded extract it and paste it in the same directory where your eclipse project is saved.
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.
Once Import is done right click on your project click Properties (Alt+Enter) - > Android -> Add -> Choose crosswalk from your workspace and Done..
Upvotes: 2
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