[android-developers] Re: can not debug application

2009-08-17 Thread Spektor Yaron
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  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  wrote:
>
>>
>> On Aug 15, 3:44 pm, Spektor Yaron  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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: can not debug application

2009-08-17 Thread Spektor Yaron
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  wrote:

>
> On Aug 15, 3:44 pm, Spektor Yaron  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

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: can not debug application

2009-08-17 Thread fadden

On Aug 15, 3:44 pm, Spektor Yaron  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

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---