vote up 0 vote down star

Hi,

I've tried to debug the android applications on emulator and than on the device as well but all the time I get the message "Wait for debugger - waiting for the debugger to attach to the process".

I really don't know how to set the environment and the application in order to run the debug.

I Would really appreciate if anyone of you could provide any useful tips.

Thanks!

flag

42% accept rate
It Works For Me (tm). What's your O/S ? – Alnitak Mar 13 at 20:19
I'm developing on Vista – niko Mar 13 at 21:28
How long is "Wait for debugger.." on the screen? What processor is on your computer? – Will Mar 13 at 22:26
Is "Wait for debugger" message in LogCat? Are there messages before and after it? Does it ever successfully launch any process on emulator or device? – Quintin Robinson Mar 14 at 22:44
I found a problem: It was about host configuration: I had to change the line ::1 localhost with 127.0.0.1 localhost – niko Mar 16 at 20:13

2 Answers

vote up 0 vote down

You might want to try just waiting a bit longer. On my machine the first time I booted it up many moons ago I had the same problem. It took about 20 or 30 minutes but it finally came up.

link|flag
vote up 0 vote down

The problem was in host configuration file (C:\Windows\System32\drivers\etc\hosts)

After changing line

::1         localhost

with

127.0.0.1   localhost

everything works fine.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.