Android 用無線wifi連接調試 adb wireless

手機不root也能連接,前提是必須在同一個wifi下。

第一步:打開cmd輸入框

第二步:將目錄切換到,D:\adt-bundle-windows-x86_64-20140702\adt-bundle-windows-x86_64-20140702\sdk\platform-tools

第三步:用數據線連接手機,輸入以下代碼:

adb kill-server
adb start-server
adb tcpip 5555
adb connect 手機ip:5555


發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章