Android Release Version and “Waiting for Debugger”

后端 未结 7 1591
情书的邮戳
情书的邮戳 2021-02-03 18:14

I know this has been asked before but I still don\'t have a solution. My first app: developed and debugged on my moto droid and then followed all the release steps, (exported fr

相关标签:
7条回答
  • 2021-02-03 18:38

    Have you looked at this? http://groups.google.com/group/android-developers/browse_thread/thread/bdf61367c8649f4a

    Or http://groups.google.com/group/android-beginners/browse_thread/thread/4a46c34d799f95dd

    It sounds like the phone's global debug flag is on and you can change that with the DevTool

    0 讨论(0)
  • 2021-02-03 18:40

    Yes, restart your phone. It worked for me.

    0 讨论(0)
  • 2021-02-03 18:44

    I just restart my phone and the problem is solved :)

    0 讨论(0)
  • 2021-02-03 18:45

    For those getting this annoying behavior in 4.2.2 you have to un-check the setting for "wait for debugger" in the developer options. Of course, those options were hidden by Google, and you have to do a sneaky trick to get them to show back up. I had set them before they disappeared, and couldn't for the life of me find them again.

    This page explains the procedure

    0 讨论(0)
  • 2021-02-03 18:46

    Just deactivate the USB debugger functionality on your device when you want to test your installed APK. I just did it and it works.

    0 讨论(0)
  • 2021-02-03 18:48

    Great, Development.apk is the solution.
    Download it from http://bozosort.com/content/2009/10/android-devtools-app/

    OK. I think that it works because that Development.apk resetting debug flag of my gphone, or may also because i restart my phone after i install Development.apk.

    0 讨论(0)
提交回复
热议问题