i am facing much difficulty using crosswalk project with eclipse , is there any plugin for eclipse .
gone through their documentation which seems too complicated:
https://crosswalk-project.org/documentation/getting_started/windows_host_setup.html#Install-Ant
has anyone idea how to integrate and use it with eclipse
anyway i found one plugin for eclipse at : https://github.com/crosswalk-project/crosswalk-developer-tools-eclipse-plugin
i followed below link: https://github.com/crosswalk-project/crosswalk-developer-tools-eclipse-plugin
to create cross walk hello world project fro android .
now it creates blank project
facedetection
--index.html
--manifest.json
there are no java file and other . how can i run this project ??.
The project is a HTML5 applications. You just need to edit these two files. Please refer to https://crosswalk-project.org/documentation/getting_started/build_an_application.html.
After you edit your code. You can generate the android apk as follow: Export Crosswalk Application
The you can install the apk to your device.