我已经开发了一个android应用程序,可以像平板电脑一样运行在智能手机上,我的目标是兼容性在2.3到4.2之间,所以我创建了布局文件夹: layout to smartphones,layout-sw600dp和layout-sw720 to tablets,drawble-ldpi,drawble-mdpi,drawble-hdpi,drawble-large and drawble-xlarge to images。现在我的老板给了我一个Android 2.3.3姜饼和7英寸的平板电脑,这个设备允许打电话,但这个设备不仅仅是一部手机它是一个7英寸的平板电脑,但是当我在这台平板电脑上安装应
我想把一个文件从我的本地电脑复制到我的android phone.The android手机被读为gphoto2://[usb:001,009]/。
mv test.mp4 gphoto2://[usb:001,009]/
mv: cannot move `test.mp4' to `gphoto2://[usb:001,011]/': No such file or directory
如何将文件从我的本地电脑复制到我的android手机?