Xamarin Forms Android Error: Please install package ‘Android Support Library’

The error message tells you pretty explicitly

  1. what the error is

    C:\Users\dev\AppData\Local\Xamarin\Android.Support.v4\21.0.3\android_m2repository_r10.zip is not a valid zip file

  2. How to fix it

    Please download https://dl-ssl.google.com/android/repository/android_m2repository_r10.zip and extract it to the C:\Users\dev\AppData\Local\Xamarin\Android.Support.v4\21.0.3\content directory.

Leave a Comment