How to run or debug on android phone instead of emulator?

后端 未结 4 1372
野的像风
野的像风 2021-02-02 09:14

Android emulator is so slow that it is not possible to test run applications. Is there anyway to debug/run applications on real phone with IDE instead of emulator?

4条回答
  •  不思量自难忘°
    2021-02-02 09:34

    You can generally switch on USB debugging on your handset and connect it up to your PC over USB. The handset will then appear to adb in the same way as an emulator. You might need to download drivers from your handset manufacturer for your phone.

    On my HTC desire the setting is under:

    Settings -> Applications -> Development -> USB Debugging

提交回复
热议问题