Hi,
I started Android development using netbeans just yesterday, and i'm having a little problem. My app is crashing (starts then says "stopped unexpectedly"), but unlike before I can't read my debug messages anymore. The netbeans log window now says:
No devices found!
Trying to reconnect to the device in 10 seconds.
No devices found!
Trying to reconnect to the device in 10 seconds.
Device is offline! (if it's connected, try reconnecting ut)
Trying to reconnect to the device in 10 seconds.
No devices found!
etc...
Before it showed a bunch of information including the messages I created using Log.d(TAG, "bla");
Any help is very welcome!
Thanks


