如何将媒体插入模拟器的SD卡......?
无法推送项目。
(null)
这是我在 DDMS 中尝试将媒体推送到 SD 卡时遇到的错误 我的日食。 sdk 版本是 2.3.1
它插入图像很好,但不是 .mp3 或 .mp4 为什么..?
提前致谢....!
Failed to push the item(s).
(null)
This is the error I am getting while i am tried to push the media into the sd card in DDMS
of my eclipse. sdk version is 2.3.1
Its inserting images fine but not .mp3 or .mp4 why..?
Thanks in advance....!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
如果您没有在左侧列表中选择设备选项卡中的模拟器,则会出现此错误,一旦选择,请尝试从资源管理器中推送或拖放文件,它会起作用!
If you do not select the emulator on the list on the left, in the devices tab, it would give this error, once selected, try pushing or dragging dropping file from the explorer and it works!
也许文件太大?或者,您可以尝试 SDK 附带的 adb 工具:
http://developer.android .com/guide/developing/tools/adb.html
Maybe file is too big? Alternatively you can try the adb tool that comes with SDK:
http://developer.android.com/guide/developing/tools/adb.html
确保您尝试推入的目录没有写保护,并且文件的大小不超过可用存储空间。
Ensure that the directory you are trying to push into is not write protected and that the size of the file does not exceed available storage space.