I am unable to View or Pull my SQLite database file created by my application on my device.
Here is how I tried to pull it using ADB
E:\>adb pull /data/data/com.example.testinglist/databases/timetracker.db
failed to copy '/data/data/com.example.testinglist/databases/timetracker.db' to
'./timetracker.db': **Permission denied**
As you can see there is a Permission denied error.
I can't see or copy file using FileExplorer in Eclipse ADT. Only folder data can be copied as unable to move in the folder in FileExplorer. and folder Data copied to computer using FileExplorer is empty. Any solutions please??