ADB命令与调试文件安装拷贝

来源:互联网 发布:js怎么判断日期相等 编辑:程序博客网 时间:2024/06/14 02:41

1、apk安装到模拟器与真机

#adb install -r yourapp.apk


2、推送文件

#adb push D:/yourpath/file  /mnt/sdcard/


3、Android Studio自带工具文件推送

Android Studio -》 Tools -》 Android -》 Android Device Monitor

-》File Explorer -》 Pull Or Push file from ...



原创粉丝点击