OK i found the problem. i was using android.os.Debug.waitForDebugger(); in my code. the emulator knew how to deal with it and the device got stuck on it. hope this will help anyone who gets stuck on this issue
On Tue, Aug 18, 2009 at 1:25 AM, Spektor Yaron <[email protected]> wrote: > Thanks Fadden, > i realized my mistake yesterday and fixed it. > now my problem is different (see separate post). i can't make it run on a > device w/o debug (that is i put it on a web server downloaded it and it does > not run) > > > On Tue, Aug 18, 2009 at 12:03 AM, fadden <[email protected]> wrote: > >> >> On Aug 15, 3:44 pm, Spektor Yaron <[email protected]> wrote: >> > I/dalvikvm( 770): Debugger thread not active, ignoring DDM send >> (t=0x41504e4d l=38) >> >> Add the "android:debuggable=true" attribute to your manifest. >> >> http://developer.android.com/guide/developing/device.html >> >> >> >> > > > -- > Yaron Spektor > -- Yaron Spektor --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

