AS3.6.1中会提示无法引用android.support.v4包

这时需要将

android:name="android.support.v4.content.FileProvider"

修改为:

android:name="androidx.core.content.FileProvider"

 

更多推荐

android.support.v4.content.FileProvider 报错的解决办法