I have created an application using Eclipse and when connected to my Deivce i select run. It waits for the debugger to attach then starts off fine.
My Question is, when i do not have the device attahced to my PC i can still see my application in the app list but when i select it i am still presented with the "waiting for debugger to attach" message. My device as i said is not connected to my pc at this time.
I assumed since the app is in my list the apk is installed on my deivce itself so how do i get it to stop trying to debug the app ( when not connected to the PC ) and just run it !
Thanks