Failed to create Xamarin.Android project using "Error XA5209: Unpacking Failed"

After updating for el capitan, I can no longer create and run the xamarin.android project. I get the following error. All components of the selected API level and additional components are installed:

/ Users/me/.../Project.Android: Error XA5209: Crash during unpacking. Download https://dl-ssl.google.com/android/repository/android_m2repository_r16.zip and extract it to the /Users/me/.local/share/Xamarin/Android.Support.v7.AppCompat/22.2.1/content directory . (XA5209) (MyProject.Android)

Please inform

+7
android xamarin.android appcompat
source share
1 answer

The contained android_m2repository_r16.zip file was referenced in the folder android_m2repository_r16.zip , but it was damaged.

The solution is to delete the bad file, reload the new one, unzip it in the same folder. After that, he began to work, build and launch.

+7
source share

All Articles