Not able to pull the SQlite database file from Eclipse file explorer
I am not able to pull a SQLite database file f开发者_开发百科rom the directory data/data/package/database
.
I gave up pulling the file from the device, but it's showing:
failed to pull the section
How do I fix this problem.
Alternative to PUSH:
: Emulator has to be open && Browse in Terminal/CommandLine to ".../android_sdk/tools"
Syntax: " adb push "
Unless the device is rooted you cant access the data folder. Try using the emulator.
精彩评论