Android使adb作为host运行在arm64平台
https://blog.csdn.net/u010164190/article/details/88975915
最新adb
win
https://dl.google.com/android/repository/platform-tools-latest-windows.zip
mac
https://dl.google.com/android/repository/platform-tools-latest-darwin.zip
linux
https://dl.google.com/android/repository/platform-tools-latest-linux.zip
一开始下载linux的,以为能用,file adb发现只支持x86和x64内核的才意识到不支持arm。。。 ldd发展需要多个不可能在手机上运行的库 需要的lib64也不可能运行在手机中
扫描二维码,在手机上阅读