Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我目前正在制作一个需要能够读取和写入通过 USB OTG 适配器连接的 USB 闪存驱动器的应用程序。Java.io.File有没有一种简单的方法可以通过标准API访问这个存储?此应用程序只能在运行 Android 4.2.2 的已root 摩托罗拉 Xoom 上运行。任何建议,将不胜感激。
Java.io.File
USB 驱动器就像 SDCard 一样安装到您的设备上*。
挂载路径通常位于:
/存储/usb0/
除了我的运行 CyanogenMod 的 Droid 之外,我还没有在很多设备上使用过这个,你的设备可能非常。您可以简单地使用文件管理器来探索此路径。即使没有挂载路径,目录仍然存在,因此您将能够确定路径。