简体   繁体   English

我的应用数据在Android上保存在哪里?

[英]Where does my app data save on Android?

I'm running my android application through Eclipse on Toshiba tablet ( Which runs Android Gingerbread ). 我在Toshiba平板电脑上运行我的Android应用程序(运行Android Gingerbread)。 I'm saving some files though the application. 我通过应用程序保存了一些文件。 Where can i find these files by browsing through the tablet. 我在哪里可以通过平板电脑浏览找到这些文件。 Because the file explorer on Eclipse do not show any files on tablet. 因为Eclipse上的文件浏览器不会在平板电脑上显示任何文件。

The data can be deleted from the Settings -> Application -> Manage Applications -> Your Application -> Clear Data. 可以从设置 - >应用程序 - >管理应用程序 - >您的应用程序 - >清除数据中删除数据。

But to Save files/data you need 'adb push /data/data/complete_package_path/file_name destination' For SD Card the destination is /mnt/sdcard/file_name. 但是要保存文件/数据,您需要'adb push / data / data / complete_package_path / file_name destination'对于SD卡,目标是/ mnt / sdcard / file_name。

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

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