Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse has multiple copies of same Android Device

I've been programming for Android devices for some time now and just recently came across this:Multiple devices with same name in Eclipse..

There is a single one in the list online, but I can't run/debug my programs because it reports "ADB rejected install command with: device offline" since every other device has the same ID.

A reset fixes this, but is there any other options? Why is this happening?

like image 591
steve-gregory Avatar asked Aug 05 '11 22:08

steve-gregory


1 Answers

Exit eclipse, kill adb and restart eclipse

like image 116
jayesh Avatar answered Nov 02 '22 22:11

jayesh