如何将媒体插入模拟器的SD卡......?

发布于 2024-12-10 13:14:59 字数 146 浏览 1 评论 0原文

无法推送项目。

(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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

如梦亦如幻 2024-12-17 13:14:59

如果您没有在左侧列表中选择设备选项卡中的模拟器,则会出现此错误,一旦选择,请尝试从资源管理器中推送或拖放文件,它会起作用!

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!

情绪少女 2024-12-17 13:14:59

也许文件太大?或者,您可以尝试 SDK 附带的 adb 工具:

adb push local /sdcard/target

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:

adb push local /sdcard/target

http://developer.android.com/guide/developing/tools/adb.html

呆头 2024-12-17 13:14:59

确保您尝试推入的目录没有写保护,并且文件的大小不超过可用存储空间。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文