简体   繁体   中英

Eclipse debugger for android virtual device hanging?

Saw similar questions but nothing addresses what I see and have to work with:

[16:29:11 - com.XX.yy] Attempting to connect debugger to 'com.XX' on port 8852

No actual device just the Android emulator.

Runs correctly on the emulator (although takes a while to get running).

However, trying to debug and it just hangs.

Displays the message above and shows a black screen on the emulator...?

Any point in the right direction is greatly appreciated.

Thank You .

As you mentioned line is waiting where you gave an break point in your program.

Always emulator is slow process while debug. To increase the eclipse speed by change the configuration file of eclipse in your eclipse folder and restart.

hope it help full

Try deleting your current AVD and create a new one and then run the debugger again. Solved the problem in my case.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM