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