I used to use emacs and ant quite a bit. The `android` command line tool is pretty helpful, and there's an emacs minor mode within the SDK (at least, there was the last time I checked). It's not all that great, and you should probably look into a solution which works for vim (e.g., emacs has a java mode which is quite elaborate but is really hard to configure). Basically, unless you have a pretty good reason, you should stick with some IDE. Editing Java without completion (though JDEE for emacs does have this it's hit or miss since you have to precompile the completions) is pretty painful.
Kris On Mon, Jul 22, 2013 at 4:43 AM, Jacky Alcine <[email protected]> wrote: > Hey Devs, > > > > Is there anyone out here using Vim and other tools (Maven, Ant, etc) to go > about doing Android development? If so, what do you recommend? > > > > > > -- > > Jacky Alcine - http://www.jalcine.me?ref=email -- -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

