开发者

Accessing files on pc from android

I'm new at android developing and wanted to make a little tool.

I would need to give my tool a path, like C:开发者_运维百科//my/path

Then my app goes to that path and does something like copying some file on the phone, checking its mime type, its size, some other attributes.

Is this possible?

I don't want a Windows Explorer-like app or something like that. I just need to do some simple file manipulations.


Neither your device nor your emulator can access files on your PC via USB. You are welcome to implement this using WiFi, or perhaps Bluetooth, but this will be far from "a little tool".

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜