2016-10-18 76 views
6

我正在学习如何将数据库(SQLite)集成到我的应用程序中。Android Studios:Android设备管理器在文件资源管理器中不显示Nougat 7.0的文件

我检出了这个tutorial,在10米处,OP进入Android Studio中的Android设备管理器中的FileExplorer。

无法在文件资源管理器中看到任何文件。 使用文件资源管理器是所需的结果。昨晚,我已经根植我的Nexus 6P(7.0),读取这些计算器对话没有期望的结果后,重新安装工作室2.2.2,这个问题有着悠久的历史:

1)Android Device Monitor "data" folder is empty
How to Find my App's /data/data using Android Device Monitor's File Explorer

-Rooted电话(6P)不显示在FileExplorer(带根检查Verfied)的任何文件
-Emulator没有显示出任何FileExplorer

2)How to access data/data folder in Android device?
How do I view the SQLite database on an Android device?
SQLite database cannot be accessed although device is rooted
Android Studio - Android Device Monitor's File explorer not working
Android: No files appearing in File Explorer

一)亚行壳
运行作为com.your.packagename
有腐败安装 - 也许这是我

B)亚行外壳

chmod/data/data/data /data/data/com.application.package
不良模式 '/数据'
没事,不显示任何文件FileExplorer

C)亚行外壳

搭配chmod 777 /数据/数据/数据/数据/数据/
什么都没有,没有示出在FileExplorer

d)亚行壳

搭配chmod -R任何文件777点的数据/
没什么,不显示任何文件FileExplorer

3)How can I see the contents of a sqlite db of my app in a real device?
没事,不显示在FileExplorer

4)http://forum.xda-developers.com/nexus-6p/help/android-device-manager-7-0-nougat-t3454419
任何文件也许它不只是我,牛轧糖7.0有些问题,但似乎有同样问题的持续流。

任何帮助将不胜感激。我很想重新启动我的应用程序并尝试使用IntelliJ或Eclipse,但我不确定这是否能解决我的问题。

回答

0

一个新的工具窗口已添加到Android Studio 2.4(目前在加纳利),这将允许您进行交互在Android Studio中直接使用API​​ 24设备和模拟器。一旦更新到2.4 canary,您可以在View> Tool Windows> Device File Explorer中找到工具窗口。

相关问题