Tombola
Tombola

Reputation: 1141

ADB, but not by Eclipse, finds my Android device via USB

It worked until today when after starting Eclipse my hardware, a Samsung S3, does not turn up as an option for "run configuration" in Eclipse for Windows 7. But it's serial number string is listed when I run "adb devices" in the command prompt.

Is there some way to force a connection between ADB and Eclipse? Any other kind of solution?

I have restarted and even updated the SDK.

Last things I did in Eclipse befor the problem were importing a github project and updating android support library. Seems completely unrelated.

Upvotes: 2

Views: 384

Answers (1)

Metalhead1247
Metalhead1247

Reputation: 1978

Open Eclispe ->

Connect your Device ->

open DDMS perspective ->

From DDMS Reset ADB -> your Device will show up , no need to restart Eclipse

Upvotes: 4

Related Questions