1

I want to use android on eclipse on Windows. I have installed Kies3 and my driver is updated. I enable USB debugging and the API of the project is the same as my devide version.

But when I want to run the project In android device chooser I get Target unknown. State offline and SerialNumber nnnnnnnnnnnnnnnn which is very strange.

Could you help me that when can the problem be?

Anders Marzi Tornblad
  • 18,896
  • 9
  • 51
  • 66
Katty
  • 1,707
  • 3
  • 13
  • 18
  • Check this answer. If your problem doesn't get solved by the first answer then get back to us. http://stackoverflow.com/questions/5584976/android-device-chooser-my-device-seems-offline – George Daramouskas Aug 18 '14 at 14:13
  • 2
    I have restarted the whole system and it worked – Katty Aug 19 '14 at 08:29

1 Answers1

0

Try the following methods:

  1. Go to cmd, type adb kill-server and adb start-server;
  2. Reboot your phone.
  3. Restart Eclipse.
tartaruga_casco_mole
  • 1,086
  • 3
  • 21
  • 29