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

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

    For Windows Users:

    1. Go to Command Prompt
    2. Type cd /path/to/adb.exe
    3. Type adb.exe devices
    4. Type adb.exe kill-server
    5. Type again adb.exe devices
    

    If you get your Device, Its fine. If not, Try once again.

提交回复
热议问题