1

我是 eclipse 的新手,我的本地系统中有一个 nodejs 项目。此外,我想将该 nodejs 项目结构导入到 Eclipse 中,我还想制作该移动 apk 文件。

Say for example simple app folder structure might be:
-css
-pages
-js
-index.html

apk开发应该具备Java知识吗?如果不是,我如何将我的 nodejs 前端项目导入 IDE 并将其导入移动应用程序?

4

1 回答 1

1

要导入为 Node.js 项目,请使用 Nodeclipse CLI

nodeclipse -p

然后导入为现有项目

阅读http://www.nodeclipse.org/updates/

要制作 Android 应用程序,我将从新的 Android 应用程序开始,然后将节点代码添加到assests文件夹中

于 2014-12-01T02:51:48.083 回答