When I tried to pull a file from my Android VM by ddms, ddms said:
[2013-12-08 11:08:11 - ddms] transfer error: Permission denied [2013-12-08 11:08:11] Failed to pull selection: Permission denied
The reason is simple, the target file has no read permission. So just give one to it:
Then you can do what you like.
知识共享署名-非商业性使用-相同方式共享:码农场 » Solve ddms] transfer error: Permission denied