Quote (carteblanche @ Jun 2 2012 09:54am)
i use helios eclipse, so i can't comment on other IDEs. For the most part it works great. well integrated with the emulator, debugging on the actual devices, etc. but i tend to run into issues based on how i use it. sometimes my logcat just stops working and i have to restart eclipse. i use auto-imports which sometimes fucks up if you dont know what you're doing. you reference your xml files via R.id.xmlfilename, but sometimes the auto-imports will import android.R.id and it'll say your files can't be found. i've also had issues referencing android libraries where it would let me reference them, but won't find the packages. restarting didnt help, so i had to recreate the projects. i dont use their gui builder; i prefer the xml personally.
it is a shame that groovy won't work completely with android yet. maybe one day they'll make it happen.
Alright cool I installed the ADT plugin for eclipse since that is what I already use and am going to start reading up on the tutorials on the Android Developers site tomorrow probably. Thanks for the input it's appreciated.