2014年1月23日 星期四

透由ethernet使用adb

因為x86平台並無USB client or OTG不能使用USB adb
改用ethernet

設定好PC IP與device IP,並確認可以互ping

adb connect device_IP
連上後可使用
adb push <local file> <remote file>
adb shell

切斷連線
adb disconnect device_IP

沒有留言:

張貼留言