Xamarin Forms Android Error: Please install package 'Android Support Library'

后端 未结 13 1267
名媛妹妹
名媛妹妹 2020-12-01 12:56

I recently uploaded my project to Git, and used a auto-generated Xamarin/Windows/MacOS/VisualStudio .gitignore file. I did a lot of work and testing on iOS, but now I\'m com

13条回答
  •  感动是毒
    2020-12-01 13:31

    Sometimes Android Studio will not download package because of network issues.

    Here the solution for that.

    Download zip package directly from https://dl-ssl.google.com/android/repository/android_m2repository_r22.zip

    Delete existing package zip from C:\Users\josec\AppData\Local\Xamarin\zips and Put the downloaded package zip into it.

提交回复
热议问题