How can I set up Vim for Android development?

后端 未结 5 916
眼角桃花
眼角桃花 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:10

    I have been working on a vim plugin for android development: https://github.com/hsanson/vim-android. Still work in progress but it has most functionality needed for android development using vim.

    I still have some issues to solve but most are not related to the plugin:

    • Gradle errors from aapt report the wrong file. This makes jumping to the error from the quickfix window a pain as it opens the wrong file.
    • I cannot make javacomplete work correctly. When auto completing a class I wrote it gets stuck in "Searching..." and when auto completing a library or external JAR method javacomplete spits hundreds of errors making it impossible to use.

提交回复
热议问题