Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can't Debug Android Applications

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.

like image 339
Niko Gamulin Avatar asked Mar 13 '09 20:03

Niko Gamulin


1 Answers

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.

like image 65
Niko Gamulin Avatar answered Oct 05 '22 01:10

Niko Gamulin