如何在 Eclipse ADT 中编辑 HTML/CSS/Javascript
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/14608338/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
How to edit HTML/CSS/Javascript in Eclipse ADT
提问by Rayjax
I installed ADT bundle (eclipse + android sdk + adt plugin) now I want to build android apps with phonegap, the problem is that ADT eclipse doesn't include apparently any html/css/JS editor. I tried to install the WPA plugin but it doesn't work, it tells me it needs JSF (what the heck !?).
我安装了 ADT 包(eclipse + android sdk + adt 插件),现在我想用 phonegap 构建 android 应用程序,问题是 ADT eclipse 显然不包含任何 html/css/JS 编辑器。我尝试安装 WPA 插件但它不起作用,它告诉我它需要 JSF(见鬼的!?)。
Is it normal that I can't find anything on that on the web ? Am I the only guy in the world using phonegap ? Is there another IDE I should use or which plugin can I install for web editing in eclipse ?
我在网上找不到任何内容是否正常?我是世界上唯一一个使用 phonegap 的人吗?是否有我应该使用的另一个 IDE 或者我可以安装哪个插件以在 eclipse 中进行 Web 编辑?
回答by kmb
File -> New -> Other -> Type html or javascript or css
文件 -> 新建 -> 其他 -> 输入 html 或 javascript 或 css