简体   繁体   English

Android Studio> DDMS>文件资源管理器没有内容

[英]Android Studio > DDMS > File Explorer has no content

I have an emulator running on API 24 - Android 7.0: 我有一个在API 24-Android 7.0上运行的模拟器:

快照1

When I started the DDMS through Android Studio Tools > Android > Android Device Monitor, the file explorer has no content inside it. 当我通过Android Studio工具> Android> Android设备监视器启动DDMS时,文件浏览器内部没有内容。

快照2

But when I go to emulator settings it shows that, there is a SD card inside the emulator. 但是,当我进入仿真器设置时,它表明,仿真器内部有一个SD卡。

快照3 快照4

I have done the ADB restart using the following commands but it didn't fix my issue. 我已经使用以下命令完成了ADB的重启,但是并没有解决我的问题。

adb kill-server 亚行杀害服务器

adb start-server 亚行启动服务器

How can I fix this issue? 如何解决此问题?

UPDATE: Does anyone know the answer for this issue ?. 更新:有谁知道这个问题的答案?

Easy Process. 简单的过程。 You go into https://www.genymotion.com/ and create an account. 您进入https://www.genymotion.com/并创建一个帐户。 Then you download genymotion with or without VirtualBox. 然后,您可以下载带有或不带有VirtualBox的genymotion。

The in the Android Studio you to: 在Android Studio中,您可以:

File->Settings->Plugins->Browse Repositories and search for genymotion and you should come with a screen like this: File-> Settings-> Plugins-> Browse Repository并搜索genymotion,您应该会看到类似以下的屏幕:

在此处输入图片说明

after you install and restart Android Studio you have to click the pink icon or go to File->Settings->Other Settings->Genymotion and set the path that you installed it. 安装并重新启动Android Studio后,您必须单击粉红色图标或转到“文件”->“设置”->“其他设置”->“ Genymotion”并设置安装路径。 Then you will add a device and when its ready you should have this emulator: 然后,您将添加设备,并在准备就绪时使用此模拟器:

在此处输入图片说明

and then you will be able to see the file explorer files: 然后您将能够看到文件浏览器文件:

在此处输入图片说明

PS. PS。 Genymotion is way faster than the original AVD. Genymotion比原始AVD快得多。 If you want more advanced features though i suggest buying it!!! 如果您想要更多高级功能,尽管我建议购买!!!

Hope it helps!!! 希望能帮助到你!!!

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

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