omermuhammed
omermuhammed

Reputation: 7385

Android development with Netbeans IDE

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.

Upvotes: 43

Views: 31386

Answers (3)

Radim
Radim

Reputation: 4808

http://nbandroid.org/ and (with sources hosted at https://bitbucket.org/nbandroid/nbandroid) will help you.

This project is a continuation of the first attempt originally published at undroid.ulimit.cz.

-Radim

Upvotes: 6

reflog
reflog

Reputation: 7645

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://nbandroid.org/

In the past it was hosted at undroid.nolimit.cz and nbandroid.kenai.com, both these sites are obsolete now.

Upvotes: 20

Asaf R
Asaf R

Reputation: 6978

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.

Upvotes: 8

Related Questions