开发者

Copying a file off an android device?

开发者 https://www.devze.com 2023-01-12 20:22 出处:网络
How can I copy a file from some Android app\'s assets folder, to somewhere off the device? Alternatively, how can I move or copy anapp so th开发者_开发问答at it is installed on the sd card, not the m

How can I copy a file from some Android app's assets folder, to somewhere off the device?

Alternatively, how can I move or copy an app so th开发者_开发问答at it is installed on the sd card, not the main rom?

Peter


Easiest way is to learn about the adb push and pull commands: adb


I do not believe there is any straightforward way to copy a file out of an installed app's asset folder without either rooting the device, or the cooperation of the app itself.


As well, files can be copied using DDMS

0

精彩评论

暂无评论...
验证码 换一张
取 消