如何删除模拟器SD卡上保存的文件?
在我的应用程序中,我将把资产中的文件存储到 SDCard。但现在模拟器中已经没有空间了。所以我想删除那个文件。
那么如何从模拟器中删除该文件呢?
In my application I am going to store the file from assets to the SDCard. But now there is no more space in the emulator. So I want to delete that file.
So how to delete that file from the Emulator?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
选项 1:
转到
Windows XP
中的 Avd 文件夹C:\Documents and Settings{当前用户}.android\avd{avd 名称}\
Vista/Win7
C:\Users{当前用户}.android\avd{avd 名称}\
删除sdcard.img 文件...当您下次运行模拟器时,它将创建新的 sdcard
选项 2:
如果您想从 sdcard 中删除特定文件,
请打开命令提示符并 类型
Option 1:
Go to Avd folder in
Windows XP
C:\Documents and Settings{current user}.android\avd{avd name}\
Vista/Win7
C:\Users{current user}.android\avd{avd name}\
Delete the sdcard.img file... when you run the emulator next time, it will create new sdcard
Option 2:
If you want to delete specific files from sdcard then
Open your command prompt and type
您可以从 DDMS 执行此操作。确保您的模拟器正在运行。
You can do this from DDMS. Ensure your emulator is running.