简体   繁体   English

无法在Android模拟器中写入sdcard

[英]Unable to write to sdcard in Android emulator

I'm using the File Explorer in Eclipse and clicking on the "Push a file on device" option on the sdcard folder. 我在Eclipse中使用文件资源管理器,然后单击sdcard文件夹上的“在设备上推送文件”选项。 I get a "Failed to push the item" message. 我收到“无法推送项目”消息。 Most likely this has to do with the fact that the file has the "d - r - x" permissions and not the "w". 这很可能与文件具有“ d-r-x”权限而不是“ w”权限有关。 Any idea in how I could change that folder permission (within File Explorer or otherwise) level so that I can push a file to it? 关于如何更改文件夹权限(在文件资源管理器中或其他方式)级别以便将文件推送到其中的任何想法? Thanks! 谢谢!

You can go to Android virtual Device manager-->Edit-->Hardware-->new-->sdcard support 您可以转到Android虚拟设备管理器->编辑->硬件->新-> SD卡支持

or check these similar questions for some good info 或查看这些类似的问题以获取一些好的信息

how to change permission of DDMS / File Explorer / sdcard? 如何更改DDMS /文件资源管理器/ sdcard的权限?

How I can push file onto Android Device (NexusS) using eclipse or adb? 如何使用eclipse或adb将文件推送到Android设备(NexusS)?

How can I change the Read/Write Permissions of /mnt/SDcard folder on Kindle Fire? 如何更改Kindle Fire上/ mnt / SDcard文件夹的读取/写入权限?

go to  c:/document setting/android

(1 in android folder right click on that and uncheck  read-only

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM