|
Saturday, 27 December 2008 00:03 |
|
I have been doing some android development on linux, but have lately be relinquished to using my laptop as I am away visiting family for the holidays. I have been running into problems with eclipse being able to run the adb.exe program so that I can debug quickly from eclipse. It seems not to be a problem with the plugin for android development nor with the sdk, because from the command line I am getting a correct response: C:\Users\Kekoa Vincent>adb version Android Debug Bridge version 1.0.20 It looks like it may be a problem with running external programs through eclipse, because if I add the adb.exe as an external tool, when it executes, I get no output, but it says the program terminated. The problem is I want the output or else the plugin can't communicate with my sdk installation. Has anyone encountered this kind of problem with eclipse? Let me know if you know what's wrong, I have tried about all I can.
|