简体   繁体   English

我在哪里可以找到我的Android手机中的/ data / data文件夹?

[英]Where can i find /data/data folder in my android phone?

I wanted to know that the /data/data/my.package.name/databases folder is situated in My phone memory or in the SD card? 我想知道/data/data/my.package.name/databases文件夹位于我的手机内存或SD卡中? In both the cases, please tell me the exact location... Please help.. Thanks in advance. 在这两种情况下,请告诉我确切位置...请帮助..提前致谢。

save in the internal storage space . 保存在内部存储空间中 the exact location you said is right. 你说的确切位置是对的。

my.package.name --> for example like: com.demo my.package.name - >例如:com.demo

ps: if your phone is not rooted, this folder maybe you don't have permission. ps:如果您的手机没有root,那么这个文件夹可能是您没有权限。

This folder is located in phone memory. 此文件夹位于手机记忆库中。 Access to which folders are only in the emulator. 只能在模拟器中访问哪些文件夹。

Yes @idiottiger is right. 是的@idiottiger是对的。 Your Phone needs to be rooted for that. 你的手机需要扎根。 But you can test your app in the emulator, and find the data/data/ using the file manager of your eclipse. 但是您可以在模拟器中测试您的应用程序,并使用您的eclipse的文件管理器查找数据/数据。 There you have access to it. 在那里你可以访问它。

Then use the squilte plugin to view your database file. 然后使用squilte插件查看数据库文件。

暂无
暂无

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

相关问题 在Android手机上的哪里可以找到apk文件? - Where can I find the apk file on my Android phone? 我在哪里可以找到通过AWS Cognito在我的android应用中输入的数据 - Where can i find my data that i entered in my android app through AWS Cognito 如何使用android java应用访问我已扎根的android手机的\\ data \\ data文件夹? - How do I access my rooted android phone's \data\data folder using android java app? 安装到我的手机/仿真器的数据库文件(可能是一般的android / assets文件夹Q)时,找不到该文件被复制到手机/仿真器的位置? - Can't find where my database file is being copied to my phone/emulator when I install to it (possibly general android/assets folder Q)? 在我手机的 Android>data 文件夹中看不到我的应用程序包 - Can't see my App package in Android>data folder of my phone 如何在Android中隐藏我的数据文件夹? - How can I hide my data folder in Android? 在哪里可以找到Android版Google Docs Data API的客户端? - Where can I find a Client for the Google Docs Data API for Android? 如何找到Android手机的相机图像文件夹? - How can I find out the camera images folder of an Android phone? /data/data文件夹android在哪里 - Where is /data/data folder android 如何在不生根的情况下从我的android设备监视器访问数据/数据? - how can I accesses to data/data from my android device monitor with out rooting my phone?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM