2019-05-11

2019-05-11  本文已影响0人  Artizan

adb devices
List of devices attached 为空
找不到设备的解决办法
https://blog.csdn.net/a_flying_bird/article/details/50843594

ida android_server拷贝到小米2s的data目录无法执行的问题。
拷贝到其他目录解决
adb shell mkdir -p /data/local/tmp/
adb push android_server /data/local/tmp/
adb shell chmod 755 /data/local/tmp/android_server
adb shell /data/local/tmp/android_server

上一篇 下一篇

猜你喜欢

热点阅读