How To debug Android app on Emulator using NetBeans IDE
Posted
by tobrien
on Stack Overflow
See other posts from Stack Overflow
or by tobrien
Published on 2010-03-03T20:46:11Z
Indexed on
2010/03/08
17:51 UTC
Read the original article
Hit count: 1024
I recently downloaded the latest NetBeans IDE (for MACOSX) and imported/migrated a project over from the ECLIPSE environment.
Everything looks, and works well... except that EMULATOR gets stuck "waiting for the debugger to attach." I tried "Attaching Debugger..." and set the PORT value to every case I've ever read about (8200, 8700, 5555, etc.) but the connection is refused.
I am of the opinion that this is not the preferred way to start a debugging session in NetBeans for Android.
What am I missing?
© Stack Overflow or respective owner