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.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
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 http://www.nbandroid.org/ http://undroid.nolimit.cz/ http://nbandroid.kenai.com/ |
|||||||||
|
|
Android was built with the Eclipse IDE in mind. 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. |
|||
|
|
|
http://www.nbandroid.org/ and its project hosting at http://kenai.com/projects/nbandroid/ will help you. This project is a continuation of the first attempt originally published at undroid.ulimit.cz. -Radim |
|||
|
|