步骤
1.拷贝ida中的android_server
adb push android_server /data/local/tmp adb shell ca /data/local/tmp chmod a+x android_server
2.附加调试
adb forward tcp:23946 tcp:23946
很详细的配置,参考
https://www.cnblogs.com/ddms/p/8820044.html