简体   繁体   中英

where is my apk installed on my device?

I have created and installed android app.

I uses sqlite. I want to view its DB via "DB editor" app.

However I cannot find my app folder neither on the internal memory nor on the external card.

Databases are stored in /data/data/my.package.name/databases/ . But this directory is protected, so only the app itself and root have access to this location. Without rooting your device, you won't have a chance to edit the database.

There is new support using IntelliJ 13 to view the database right from the IDE. I assume this is also available in the most recent builds of Android Studio. I've never used ADT so I can't comment if there is a similar feature in Eclipse.

http://blog.jetbrains.com/idea/2013/10/intellij-idea-13-eap-and-android-sqlite-database/

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