Issue
I developed my first Xamarin.Forms App, and it built fine, runs on all my machines and emulators, but when I try to archive the Android App into an APK, the archive process fails.
Translation: "The Archive File could not be generated, because there was a Error while copying MDBS-Files. A part of the Path "C:\Users...Xamarin.AndroidX.AppCompat.AppCompatResources.dll" could not be found. I added the Xamarin.AndroidX.AppCompat.AppCompatResources Nuget and all it's dependencys to my project. But it still doesn't work.
What is causing this error?
Solution
this is a known bug in Xamarin: https://github.com/xamarin/Xamarin.Forms/issues/13520
Answered By - Jason

0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.