Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 666
omermuhammed Avatar asked Dec 13 '08 22:12

omermuhammed


People also ask

Can I develop Android app using NetBeans?

There are many IDEs available for Android, but Netbeans is a great place to start with. It is good for beginners but if you are a pro then you can switch to Eclipse IDE or official Android IDE i.e. Android Studio. First of all you need to download Netbeans IDE; you can download it from the Netbeans site for free.

Can we create app using NetBeans?

Creating a Java Application ProjectOpen a new Java Project, as shown above. Then Choose Project by selecting Categories: Java with Ant and Projects: Java Application, then click Next >. for Name and Location, set Project Name: MyApp. Make sure the Project Location is set to NetBeansProjects .


2 Answers

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.

like image 165
reflog Avatar answered Sep 19 '22 17:09

reflog


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.

like image 31
Asaf R Avatar answered Sep 17 '22 17:09

Asaf R