Search code examples
androidvimeclim

Running android project on device from eclim


I want to use ECLIM plugin for VIM during android development.

The main problem : I can't run my project from eclim, so I can't see logs and errors.

I know such command :

  :Ant debug install

This command compiles and updates my project to connected device. I have to run it manually. I'm not lazy, and is not problem to run it.

But I wish to see runtime's Logs.:)


Solution

  • open a terminal,and input adb logcat,then you can see the log. have a try :)