0

我在使用 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

从 android 创建 cross walk hello world 项目。

现在它创建空白项目

facedetection
--index.html
--manifest.json

没有 java 文件和其他 . 我怎样才能运行这个项目???。

4

2 回答 2

0

该项目是一个HTML5 应用程序。您只需要编辑这两个文件。请参考https://crosswalk-project.org/documentation/getting_started/build_an_application.html

编辑代码后。您可以按如下方式生成 android apk:导出 Crosswalk 应用程序

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 安装到您的设备上。

于 2014-12-05T05:29:00.553 回答
0

如果您已经拥有 Eclipse 和 Android SDK,您可以将Crosswalk-Eclipse-plugin安装到您的 Eclipse 中。它支持创建一个空的人行横道应用程序并将其打包。更多详细信息请参阅链接。

于 2014-12-01T02:52:27.410 回答