I just installed the most recent Google platform-tools on my computer. When I connect a phone (tried two different ones) it first works fine with adb - it is shown when calling 'adb devices' and opening a shell works fine.
After some seconds (30 or something), the device is shown twice as offline in 'adb devices'. When I wait some time, it keeps multiplying...
C:\ANDROID\android-sdk-windows\platform-tools>adb devices
List of devices attached
304D192B375BCF9E offline
304D192B375BCF9E offline
304D192B375BCF9E offline
304D192B375BCF9E offline
304D192B375BCF9E offline
304D192B375BCF9E offline
...
Does anyone have a clue? I cannot use the computer to develop apps as i can't get it to work.
THANKS A LOT!!!