我在使用带有 Eclipse 的人行横道项目时遇到了很多困难,有没有 Eclipse 的插件。
浏览了他们的文档,这似乎太复杂了:
https://crosswalk-project.org/documentation/getting_started/windows_host_setup.html#Install-Ant
有没有人知道如何与Eclipse集成和使用它
无论如何,我在以下位置找到了一个用于Eclipse的插件:https://github.com/crosswalk-project/crosswalk-developer-tools-eclipse-plugin
我点击了以下链接:https://github.com/crosswalk-project/crosswalk-developer-tools-eclipse-plugin
创建 十字路口 你好世界项目 来自安卓 .
现在它创建空白项目
facedetection
--index.html
--manifest.json
没有 Java 文件和其他 .如何运行此项目??.
如果你已经有 Eclipse 和 Android SDK,你可以在 Eclipse 中安装 Crosswalk-Eclipse-plugin。它支持创建一个空的人行横道应用程序并将其打包。更多详细信息请参阅链接。
该项目是一个HTML5应用程序。您只需要编辑这两个文件。请参阅 https://crosswalk-project.org/documentation/getting_started/build_an_application.html。
编辑代码后。您可以按如下方式生成安卓apk:导出人行横道应用程序
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
您可以将apk安装到您的设备。