使用 Netbeans IDE 进行 Android 开发
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/365880/
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
Android development with Netbeans IDE
提问by omermuhammed
Has anybody had any success with developing for Android platform using Netbeans (5.5+ ) IDE? I know of atleast netbeans one plugin that is supposed to support it but wanted to hear if anyone is using netbeans for Android development and how easy it is to set it up.
有没有人在使用 Netbeans (5.5+ ) IDE 为 Android 平台开发方面取得过任何成功?我知道至少 netbeans 是一个应该支持它的插件,但想听听是否有人使用 netbeans 进行 Android 开发以及设置它是多么容易。
采纳答案by reflog
There is a project called nbandroid (formerly called undroid) which is a Netbeans version of ADT and it works quite fine with SDK 1.0
有一个名为 nbandroid(以前称为 undroid)的项目,它是 ADT 的 Netbeans 版本,它与 SDK 1.0 配合得很好
In the past it was hosted at undroid.nolimit.cz and nbandroid.kenai.com, both these sites are obsolete now.
过去,它托管在 undroid.nolimit.cz 和 nbandroid.kenai.com,这两个站点现在都已过时。
回答by Asaf R
Android was built with the Eclipse IDE in mind.
Android 是在考虑 Eclipse IDE 的情况下构建的。
It can work with any IDE, but if you don't have any strong feelings towards NetBeans you're probably better off developing for it with Eclipse.
它可以与任何 IDE 一起使用,但是如果您对 NetBeans 没有任何强烈的感觉,那么您最好使用 Eclipse 为它进行开发。
回答by Radim
http://nbandroid.org/and (with sources hosted at https://bitbucket.org/nbandroid/nbandroid) will help you.
http://nbandroid.org/和(来源托管在https://bitbucket.org/nbandroid/nbandroid)会帮助你。
This project is a continuation of the first attempt originally published at undroid.ulimit.cz.
该项目是最初在 undroid.ulimit.cz 上发布的第一次尝试的延续。
-Radim
-Radim