Home » Blog » Reply » Reply To: how to access sqlite database in a new application on android device ?

Reply To: how to access sqlite database in a new application on android device ?

Andrew Jackson ~ Modified: September 30th, 2015 ~ ~ 1 Minute Reading

Home Forums how to access sqlite database in a new application on android device ? Reply To: how to access sqlite database in a new application on android device ?

#767 Score: 0
Andrew Jackson
Moderator
1 pt

If you are using a Real Device and it is not rooted then it is not possible to see your data base in File Explorer because due to some security reason that folder is locked in android system. And if you are using it in an emulator, you will find it in File Explorer /data/data/your package name/databases/your database.db