简体   繁体   中英

how to use crosswalk project in eclipse plugin

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 ??.

If you have Eclipse and Android SDK already, you can install Crosswalk-Eclipse-plugin into your Eclipse. It supports to create an empty Crosswalk Application and to package it. More details refer to the link.

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

1.In Eclipse menu: Select "File->Export"
2.Select "Crosswalk/Export Crosswalk App" then click next
3.Input the required information then click "Finish" button

The you can install the apk to your device.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM