Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Running android project on device from eclim

Tags:

android

vim

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.:)


1 Answers

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

like image 187
yinux Avatar answered May 25 '26 22:05

yinux