手动将文件放入Android模拟器SD卡

发布于 2024-08-31 16:47:14 字数 138 浏览 9 评论 0原文

我只是无法让我的模拟器 SD 卡正常工作... 我用新的 SD 卡创建了一个新的 AVD 设备。

那么如何将数据放入其中呢?我发现“正确”的文件要安装在守护程序工具上,但已损坏或根本无法读取...

如果您有任何想法,那就太好了:)

I'm just having trouble with getting my emulator SD card work...
I created a new AVD device with a new SD card.

So how to put data onto it? I found the "correct" file to be mounted on Daemon tools, but is corrupt or simply not readable...

It would be great if you have any idea :)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(6

没有心的人 2024-09-07 16:47:14

如果您使用 Eclipse,您可以通过 Android 视角将文件移入或移出 SD 卡(在 Eclipse 中称为 DDMS)。只需选择屏幕左侧的模拟器,然后选择“文件资源管理器”选项卡即可。文件列表上方应该有两个符号,其中一个带有指向手机的箭头,单击此符号将允许您选择要移动到手机内存的文件。

If you are using Eclipse you can move files to and from the SD Card through the Android Perspective (it is called DDMS in Eclipse). Just select the Emulator in the left part of the screen and then choose the File Explorer tab. Above the list with your files should be two symbols, one with an arrow pointing at a phone, clicking this will allow you to choose a file to move to phone memory.

残龙傲雪 2024-09-07 16:47:14

使用SDK自带的adb工具。

adb push myDirectory /sdcard/targetDir

如果您仅指定 /sdcard/ (带有尾部斜杠)作为目标,则 myDirectory 的 CONTENTS 将最终位于 /sdcard 的根目录中。

Use the adb tool that comes with the SDK.

adb push myDirectory /sdcard/targetDir

If you only specify /sdcard/ (with the trailing slash) as destination, then the CONTENTS of myDirectory will end up in the root of /sdcard.

逆夏时光 2024-09-07 16:47:14

在 Android Studio 中,打开设备管理器:
工具->安卓-> Android Device Monitor

在 Eclipse 中打开设备管理器:
在此处输入图像描述

在设备管理器中,您可以在此处将文件添加到 SD 卡:
在此处输入图像描述

In Android Studio, open the Device Manager:
Tools -> Android -> Android Device Monitor

In Eclipse open the Device Manager:
enter image description here

In the device manager you can add files to the SD Card here:
enter image description here

許願樹丅啲祈禱 2024-09-07 16:47:14

一种简单的方法是拖放。它将文件复制到/sdcard/Download。您可以复制整个文件夹或多个文件。确保“启用剪贴板共享”已启用。 (在...->设置下)在此处输入图像描述

One easy way is to drag and drop. It will copy files to /sdcard/Download. You can copy whole folders or multiple files. Make sure that "Enable Clipboard Sharing" is enabled. (under ...->Settings)enter image description here

却一份温柔 2024-09-07 16:47:14

我使用的是 Android Studio 3.3。

转到查看 ->工具窗口 ->设备文件资源管理器。或者您可以在 Android Studio 的右下角找到它。

如果模拟器正在运行,设备文件资源管理器将显示模拟器存储上的文件结构。

在这里您可以右键单击文件夹并选择“上传”来放置文件

在此处输入图像描述

I am using Android Studio 3.3.

Go to View -> Tools Window -> Device File Explorer. Or you can find it on the Bottom Right corner of the Android Studio.

If the Emulator is running, the Device File Explorer will display the File structure on Emulator Storage.

Here you can right click on a Folder and select "Upload" to place the file

enter image description here

撩起发的微风 2024-09-07 16:47:14

在 Visual Studio 2019 (Xamarin) 中:

  1. 单击“设备监视器 (DDMS)”按钮。

输入图片此处描述

  1. 转到“文件资源管理器”选项卡,然后单击顶部带有电话和向右箭头的按钮。

输入图片此处描述

In Visual Studio 2019 (Xamarin):

  1. Click on the Device Monitor (DDMS) button.

enter image description here

  1. Go to the File Explorer tab and click the button with a phone and a right-pointing arrow on top of it.

enter image description here

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