How can I set up Vim for Android development?

后端 未结 5 914
眼角桃花
眼角桃花 2021-01-29 19:08

Can anyone describe a good Vim setup for Android Development? I\'m using Eclipse for now but I would really like to use Vim because it\'s faster and I like it better. I\'m not i

5条回答
  •  长情又很酷
    2021-01-29 19:25

    I've only done a little bit of Android development with VIM, but I'd very much suggest getting your head around Ant (which the SDK uses to build projects from the command line), and perhaps Maven if you're daring. You'll be using Ant a lot!

    There are a few tab/auto-complete VIM scripts around, but don't expect them to be anywhere near as quick or useful as Eclipse. I've found myself doing a lot more typing than I'm used to from Eclipse...

提交回复
热议问题