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

后端 未结 13 1139
名媛妹妹
名媛妹妹 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:37

    to rephrase the solution I did to solve such issue, I believe one of the 2 reasons below will cause such issue.

    Broken/ incomplete downloaded zips This may have occurred because you cancelled or closed the VS out of frustration because it was taking too much time.

    while in fact the visual studio is downloading the zips at AppData/Local/Xamarin/zips. because you closed visual studio, the zip files are not completely downloaded.

    what you do is go to AppData/Local/Xamarin/zips delete all the zip files then AppData/Local/Xamarin you should only see Universal, zips and logs folders delete the rest. wait for the zips to install completely. this is gonna take time for sure.

    Problem with the References Check if any of the references are showing any warning sign or something. if so remove the reference and reinstall it.

    0 讨论(0)
提交回复
热议问题