gpt4 book ai didi

android - 想在 AVD 上的 sdcard 中创建文件夹

转载 作者:塔克拉玛干 更新时间:2023-11-02 19:12:59 26 4
gpt4 key购买 nike

我想在 sdcard 中创建文件夹。我在 android 终端中使用以下命令

CD卡mkdir 音乐

mkdir 音乐失败,权限被拒绝。

最佳答案

尝试下面的代码。它工作正常。

you need to run emulator before run the below commands.
use the adb shell command from the android tools folder.
eg (this was on windows):
cd android-sdk-windows\tools
adb shell
cd /sdcard/
mkdir myfolder

enter image description here enter image description here

关于android - 想在 AVD 上的 sdcard 中创建文件夹,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10345127/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com