Pariya
Pariya

Reputation: 223

Failed to start monitoring and not run the program. Why?

I reinstalled Windows 7 last week and unzipped Eclipse and reinstalled the SDK again, but I didn't run the program in Eclipse. When I connect the Galaxy phone to my computer, Eclipse shows an error and frequently writes in the console tab Failed to start monitoring 0A3C202B1601A00A. After a while, Eclipse qill show an Android Device Chooser window. I can't select 0A3C202B1601A00A.

I use ADB and i write adb address and adb devices in cmd, cmd writes deamon not running.

When I disconnect the phone from my computer and I want to run the program with an emulator, the program won't run and when I write adb devices in cmd, cmd nothing written.

Why? Please help me :(

enter image description here

enter image description here

Upvotes: 4

Views: 13347

Answers (3)

Martijn
Martijn

Reputation: 59

In my case I just had to wait for half an hour after which everything works. But this was the first start up of my 'hello world' app on my Android phone. The IDE ran on Ubuntu linux.

Upvotes: 0

user1382337
user1382337

Reputation: 31

Kill the adb task via task manager. Then, type at the command prompt: adb devices

This should restart the adb daemon and all is well.

Upvotes: 3

Deepak Bala
Deepak Bala

Reputation: 11185

Re-install the windows driver for your galaxy phone. Its possible that it is corrupted. I had to re-install mine just to get the OS to detect my phone a while back.

Also check the USB debugging mode the phone is using. Sometimes the phone can go into a storage-only mode.

Upvotes: 2

Related Questions