Hello I am learning android an i have created a database with one table using SQLite.The problem is i want to view my database file to see if i am doing right or not. I have searched on similar but solution i got was using emulator but i am using my device to run the app and i have no idea how i can get database file. Please any one who has got any solution. NOTE: i am using ANDROID STUDIO and device to run App, want to view my database on my laptop or pull the file on laptop/system memory. Thanks.
Asked
Active
Viewed 445 times
0
-
is your device rooted? if not, you're not going to be able to get the file. you can, of course, use the emulator and pull the file from there. – David M Mar 03 '16 at 10:59
-
Here is a smiliar question: http://stackoverflow.com/questions/9997976/android-pulling-sqlite-database-android-device – joe Mar 03 '16 at 11:06
-
No i have not rooted my device. Ok i will use emulator to view it Thanks @David M. – Vipul Singh Mar 03 '16 at 11:06
-
I was not Using emulator as it slows down my system. – Vipul Singh Mar 03 '16 at 11:08