Android development with Netbeans IDE

后端 未结 3 1919
说谎
说谎 2020-12-24 05:38

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

相关标签:
3条回答
  • 2020-12-24 05:57

    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.

    0 讨论(0)
  • 2020-12-24 06:06

    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.

    0 讨论(0)
  • 2020-12-24 06:08

    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

    0 讨论(0)
提交回复
热议问题