首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网络技术 > 网络基础 >

【转载】sdcard中添加文件总是提示Failed to push the item(s)Failed to push XXXXX.txt on emulato

2012-11-23 
【转载】sdcard中平添文件总是提示Failed to push the item(s)Failed to push XXXXX.txt on emulato向sdcard

【转载】sdcard中平添文件总是提示Failed to push the item(s)Failed to push XXXXX.txt on emulato

向sdcard中添加文件为什么总是提示Failed to push the item(s)Failed to push XXXXX.txt on emulato

?

向sdcard中添加文件为什么总是提示Failed to push the item(s)Failed to push XXXXX.txt on emulator-? ???: Read-only file system

解决:在启动模拟器的时候带着的参数中,模拟器镜像路径需是绝对路径:-sdcard E:\android\android-sdk-windows\tools\sdcard.img
? ?? ???注意这个绝对路径里面不能带空格(如 Program Files)
注意:(卷标、标签)必须是sdcard。如 mksdcard -l sdcard 128M e:\haogood.image(而不能是mksdcard -l haogood 128M e:\haogood.image)

在2.2版SDK以后的ADT中,既可在新建ADV Android虚拟设备时创建一个虚拟盘,也可指定加载以前用mksdcard创建的image文件。
但默认的虚拟卡类型为SD Card。
这和实际Android硬件情形是一样的。


2.Failed to push items? ?null
解决:这个时候需要重启下eclipse

3.Could not find SDK_Root\tools\adb.exe!
可能的原因是下载的sdk版本太新了。网上基本上有两种安装策略:一种是自己下载最新版android sdk;一种是先下载老版sdk(应该是1.6之前),然后加入eclipse,再设置eclipse进行更新。

?

Failed to push selection: Invalid argument

原因:android不支持中文名字的文件!

?

转自:http://www.myexception.cn/ai/456091.html

?

热点排行