1.查看手机的所有目录: adb shell ls

2.进入指定目录:adb sehll cd [指定目录名称]

3.创建目录:adb shell mkdir [目录名称]

 

相关文章: