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

后端 未结 4 1454
野的像风
野的像风 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:35

    I realize the context is for Windows, but I had the same issue on Linux (Fedora). Creating a new file in /etc/udev/rules.d/ was necessary (and restarting adb as Hyperboreus indicates).

    This is indicated clearly at http://developer.android.com/tools/device.html.

    fwiw

提交回复
热议问题