Up until now I’ve been developing Android Apps in Eclipse and debugging them on a physical device (the emulator being fairly slow). For a lot of work I’d prefer to work in vim and deploy to the handset via the terminal, any suggestions on how best to achieve this? At the moment I’m working in vim with eclipse open just to run the app on the device which isn’t ideal.
Share
I would recommend you to use Eclim.
Please read my answer to another question about Android development in Vim+Eclim.