【发布时间】:2014-11-17 13:54:33
【问题描述】:
我是 Eclipse 新手,我的本地系统中有一个 nodejs 项目。 此外,我想将该 nodejs 项目结构导入到 Eclipse 中,我还想制作该移动 apk 文件。
Say for example simple app folder structure might be:
-css
-pages
-js
-index.html
apk开发应该具备Java知识吗?如果不是,我如何将我的 nodejs 前端项目导入 IDE 并将其导入移动应用程序?
【问题讨论】:
-
NodeJS 无法导入到 android 项目。这就是项目结构和 NodeJS 是 JavaScript 的区别
标签: java android eclipse node.js nodeclipse