I'm developing my first Android application in Eclipse, Win7x64 and am having trouble pulling a SQLite file to inspect what's getting in it. I'm seeing this problem using DDMS GUI to pull, which seems somewhat known:
[2011-03-01 20:15:51] Failed to pull selection
[2011-03-01 20:15:51] (null)
So I tried the adb command line and while it appears to see the file, it is not to be found on the HD. I've tried multiple syntaxes with front/back slashes in the path and quotes surrounding the filename with no explicit path. I get "374 kb/s (6144 b)" or whatever suggesting a successful pull, but the file is not there.