放文件命令:adb push 源文件路径 目标路径 进入设备:adb shell 移动目录:cd /data/local/tmp 查看权限 :ls -all 修改权限:chmod 777 文件名 执行文件:./文件名