我什么都试过了什么都没用!!我从multidexapplication扩展了基础应用程序,错误仍然没有解决。如果你知道这个问题的答案,请帮助我,下面你可以在manifest中找到我的gradle依赖项和fileprovider
<provider
android:name="androidx.core.content.FileProvider"
androidenter code here:authorities="${applicationId}.provider"
android:exported="false"
android:enabled="true"
android:grantUriPermissions="true"
>
<meta-data
android:name="android.support.FILE_PROVIDER_PATHS"
android:resource="@xml/provider_paths"
tools:replace="android:resource" />
</provider>
依赖项
{
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.core:core-ktx:1.0.2'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'com.android.support:multidex:1.0.2'
}
暂无答案!
目前还没有任何答案,快来回答吧!