https://blog.csdn.net/yhd007/article/details/88015556 //万能工具类
某个引用里屏蔽掉重复的包
包冲突解决:exclude group: 'com.android.support', module: 'design'
.replaceAll("\\d+", "") 去数字方法
命令行 root 无线连接方法
setprop service.adb.tcp.port 5555
stop adbd
start adbd
adb connect 192.168.3.22:9527
adb reboot 重启
adb shell input keyevent 3 返回
adb disconnect
adb install F:\NewStudentSide\app\release\app-armeabi-v7a-release.apk
adb uninstall com.qihua.studentside
查看 设备 dpi
adb shell getprop
修改 设备 dpi
adb shell wm density 160