开发者

Where the data in sqlight stored internally

I was doing a android project in eclips using sqllight. Can anybody tell me Where actually开发者_JS百科 the data in sqlight stored internally ? .


You can find the path to a database on the device by using Context.getDatabasePath(String name)

In general it will be found at /data/data/<your_package_name>/databases but don't rely on that absolute path as it may change in future Android versions.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜