【问题标题】:Importing nodejs project in to eclipse IDE将nodejs项目导入eclipse IDE
【发布时间】: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


【解决方案1】:

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

nodeclipse -p

然后导入为现有项目

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

要制作安卓应用,我会从新的安卓应用开始, 然后将 Node 代码添加到 assests 文件夹中

【讨论】:

    猜你喜欢
    • 2020-09-25
    • 1970-01-01
    • 2019-01-19
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2016-04-24
    • 2014-07-26
    • 2020-08-23
    相关资源
    最近更新 更多