Android Device Chooser - Debug column

后端 未结 2 2045
名媛妹妹
名媛妹妹 2021-01-06 12:47

When you debug from eclipse with more than one android device, you get the \'Android Device Chooser\' dialog box to select with one to deploy the application to. That dialog

相关标签:
2条回答
  • 2021-01-06 13:20

    First off, do you mean it's slow when debugging, or the phone itself becomes slow, even when not connected? You can try disabling "USB debugging" and then turning it back on again, maybe it just didn't turn on right. You should also make sure that your phone doesn't need any special developer driver to use debug correctly.

    0 讨论(0)
  • 2021-01-06 13:38

    I've found that that when debug in this dialog is "yes" you can debug an application regardless of whether debuggable is set to true or false in the manifest. This tremendously convenient sometimes. If you open up DDMS on a phone that has this set to "yes" you'll see many more running processes than on a phone with this set to "no" because the phone with it set to "no" will only display those apps with debuggable set to true.

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