2021年2月9日星期二

Failed to find provider info for cn.teddymobile.free.anteater.den.provider

#ask Good afternoon, i have a question about this log, what that's mean ? i don't understand, but my bar chart has appeared. My data no appeared. Thank you guys. log :

E/ActivityThread: Failed to find provider info for cn.teddymobile.free.anteater.den.provider  

Android Manifest :

<provider      android:name="androidx.core.content.FileProvider"      android:authorities="${applicationId}.cn.teddymobile.free.anteater.den.provider"      android:exported="false"      android:grantUriPermissions="true"      tools:replace="android:authorities">      <meta-data          android:name="android.support.FILE_PROVIDER_PATHS"          android:resource="@xml/provider_paths"          tools:replace="android:resource" />  

xml - > path :

<?xml version="1.0" encoding="utf-8"?>  <paths xmlns:android="http://schemas.android.com/apk/res/android">      <external-path name="external_files" path="."/>  </paths>  
https://stackoverflow.com/questions/66130778/failed-to-find-provider-info-for-cn-teddymobile-free-anteater-den-provider February 10, 2021 at 12:07PM

没有评论:

发表评论