Search code examples
androidandroid-sqliteadb

Accesing Data from Android


I have an Android application that I did develop. I used SQLite to store data locally. I have wanted to sync the data from the cloud to the local but this is taking too long. How can I access the data on the local before reinstalling the application and figuring a good option for syncing?

I am trying using ADB but I have been able to figure how it works with a CMD


Solution

  • If your app is set to debuggable, you can check yours app files and download/upload in Device Explorer inside Android Studio.

    Databases are stored in /data/data/{app_package}/databases