Poll: Android developers, what IDE do you use?
11–20 of 81 posts
Re: Poll: Android developers, what IDE do you use?
#12For people choosing vi/vim, I'd love to hear about your environment/plugins/build process.
Re: Poll: Android developers, what IDE do you use?
#13I used to use Eclipse before, but found the most frustrating thing about Eclipse is how often you'll encounter plug-in conflicts. (One plug-in doesn't want to work with another plug-in, but you just happen to want use both tools)
Re: Poll: Android developers, what IDE do you use?
#14As someone who is interested in Android, but is currently being scared off by Eclipse, does anyone know any good resources for developing for Android in something that isn't $BLOATED_JAVA_IDE? I tried vim, but the command-line builds were horribly slow, and almost all documentation and tutorials I found expected me to be using Eclipse.
I really would recommend sticking with it for a while and then moving on to vim once you've got some experience in the process.
Re: Poll: Android developers, what IDE do you use?
#15Re: Poll: Android developers, what IDE do you use?
#16Re: Poll: Android developers, what IDE do you use?
#17Re: Poll: Android developers, what IDE do you use?
#18Slightly unrelated, but why does everybody insist on calling it vi(m)? I have never seen a box that used vi in lieu of vim, it seems to be a historical artifact.
Re: Poll: Android developers, what IDE do you use?
#19As someone who is interested in Android, but is currently being scared off by Eclipse, does anyone know any good resources for developing for Android in something that isn't $BLOATED_JAVA_IDE? I tried vim, but the command-line builds were horribly slow, and almost all documentation and tutorials I found expected me to be using Eclipse.