Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想从 DDMS 重命名文件夹。DDMS 仅支持删除文件和空文件夹。我想将文件夹的名称更改/mnt/sdcard/NewFolder为/mnt/sdcard/NewFolder2. 有没有办法重命名文件夹?
/mnt/sdcard/NewFolder
/mnt/sdcard/NewFolder2
在 cmd 中使用以下命令:
C:\> adb shell $ cd /mnt/sdcard $ mv NewFolder NewFolder2