不能看到数据库惹尼运动DDMS数据库、DDMS

由网友(希言)分享简介:我使用genymotion模拟器,因为我fedup无用的Andr​​oid模拟器。I am using genymotion emulator as I am fedup with useless android emulator.Genymotion是好的,但是当我创建了一个数据库,它不是在DDMS文件夹中看到,我...

我使用genymotion模拟器,因为我fedup无用的Andr​​oid模拟器。

I am using genymotion emulator as I am fedup with useless android emulator.

Genymotion是好的,但是当我创建了一个数据库,它不是在DDMS文件夹中看到,我现在很困惑无论是创造还是不行。

Genymotion is fine but when I create a database it is not visible in DDMS folder, now I am confused whether it is created or not.

谁能给想法就如何克服这个问题。

Can anyone give idea on how to overcome this issue.

在此先感谢 湿婆

推荐答案

该目录浏览器是目前没有工作与Genymotion虚拟机。 您可以通过亚行外壳觉得

The directory explorer is currently not working with Genymotion VMs. You can find it via adb shell

您可以访问命令行您的应用程序的数据库目录:

You can access the database directory of your app in command line :

 $ su
 # cd /data/data/[your.package.name]/databases
阅读全文

相关推荐

最新文章