Deprecated; see https://aka.ms/dotnet-discord, and please use use #android on the DotNetEvolution Discord
<provider android:name="android.support.v4.content.FileProvider" android:authorities="com.michael.bilibili_droid.fileprovider"
android:grantUriPermissions="true" android:exported="false">
<meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/update_files" />
</provider>
VFileProvider.GetUriForFile(context, "com.michael.bilibili_droid.fileprovider", jarFile)
After updating few packages I am getting this Error. Is there any way I can find which library is referencing the assembly?
/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/Android/Xamarin.Android.Common.targets(3,3):
Error XA0121: Assembly 'Xamarin.Android.Support.CustomTabs' is using '[assembly: Java.Interop.JavaLibraryReferenceAttribute]', which is no longer supported. Use a newer version of this NuGet package or notify the library author. (XA0121)
grep
would likely work