I opened a SQLite database in my project. To see if the db was actually created I went to Data/Data to find the package name... not there. While testing I would like the ability to delet the file. So I added data to the db, then read it out. This works fine, but still no file at either /Data/Data, or at /Android/Data/Data. Is the file hidden? Other dowloaded aps have data at /Data/Data/package/... but not the one I wrote. It does exist - I can read and write to/from it, but cannot find it.
数据库/数据库/数据库/名称 注
Using a Samsung Galaxy Nexus for testing, not the emulator. The Nexus does not have external SD memory card. SQLite databases are only accessible to the creating project, but is there a tool that can access it externally? I have sqlitebrowser (awsome) i will try if I can find the file.
我将努力根植Nexus,但我已经看到/Data/Data/其他项目/Data/their数据,因此,我希望我不必走这条路。