美文网首页
Android通过OTG功能读U盘

Android通过OTG功能读U盘

作者: 沈钦伟 | 来源:发表于2019-11-07 11:41 被阅读0次

    近日因工作需要,开发otg读U盘或者存储卡功能。主要参考了还是github上的开源库https://github.com/magnusja/libaums来做的,这个库目前最新版本是Androidx的,并且此库只支持fat32格式的,exfat不支持。所以就随便找了个demo把他改成了Androidx 库来运行如果你是Androidx环境的话,直接用https://github.com/shenqinwei/OTG_androidx就行了,如果是android.support 直接用https://github.com/LuoChen-Hao/BlackHaoUtil 来运行就行了

    相关文章

      网友评论

          本文标题:Android通过OTG功能读U盘

          本文链接:https://www.haomeiwen.com/subject/tugmbctx.html