简体   繁体   中英

open .dat database file in android

I have downloaded an .apk file and decompiled it. I want the database. I have found data base in .dat format but in code it uses sqlite code to query from it. How can I get the data in .dat file

Database is created on first launch of app. It's not in apk file.

So launch app, and check files in /data/data/apppackagename/databases/ (replace apppackagename by the real app package)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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