美文网首页
Didn't find class "android.suppo

Didn't find class "android.suppo

作者: aaa000 | 来源:发表于2019-08-10 11:40 被阅读0次

Android 3.4.2

In manifiest.xml file simply change this

<provider
        android:name="android.support.v4.content.FileProvider"
      .....
</provider>

To this one

<provider
    android:name="androidx.core.content.FileProvider"
    ......
</provider>

相关文章

网友评论

      本文标题:Didn't find class "android.suppo

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