What is the best IDE to develop Android apps in? [

2019-01-09 21:36发布

I am about to start developing an android app and need to get an IDE. Eclipse and the android eclipse plugin appears to be the natural choice. However I am familiar with intelliJ and re-sharper so I would prefer use intelliJ.

Has anyone used https://code.google.com/archive/p/idea-android/? Is this any good?

Should I just bite the bullet and learn Eclipse?

20条回答
我欲成王,谁敢阻挡
2楼-- · 2019-01-09 22:04

Unfortunately, there is no perfect IDE for Android. Eclipse has more features as it is the only IDE google developed plugin for. However, if you are just like me, tired of crashes and weired debug/develop mode swithes, Use Netbeans plugin from http://nbandroid.kenai.com.

查看更多
The star\"
3楼-- · 2019-01-09 22:04

I advise Android bundle for TextMate: https://github.com/nesterow/Android.tmbundle It's lightweight and easy to use. There is no intellisense, but actually it just makes you remember namespaces better. :)

查看更多
爷、活的狠高调
4楼-- · 2019-01-09 22:05

Eclipse is the best IDE. It easy to setup android and debug applications in eclipse

查看更多
你好瞎i
5楼-- · 2019-01-09 22:11

you can use Juno, i just find it. it's fastest than Helios that i worked with that. you can try it.

查看更多
欢心
6楼-- · 2019-01-09 22:12

An IDE which supports Android development is Processing for Android: http://wiki.processing.org/w/Android. Processing is its own language but it's easy to learn. Processing for Android requires the JDK and Android SDK to be installed but runs on its own. It runs on Linux, Mac OSX and Windows (on a side note: one can develop a desktop app in Processing and then compile it to target any of these operating systems). Its development is ongoing but it works. It's especially good for quickly sketching up an idea and running it on your Android phone (even if you plan to develop it further in another IDE).

There is an active support forum here: http://forum.processing.org/android-processing.

查看更多
老娘就宠你
7楼-- · 2019-01-09 22:12

One good system is Basic4Android - great for anyone familiar with Basic,

  • Includes a visual designer for screen layouts
  • Can connect to the emulators available as part of the Android SDK
  • Makes it relatively easy to develop programs.
查看更多
登录 后发表回答