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 coming back to android but upon building the Project.Droid version, I get the following errors:
Error 11 Please install package: 'Android Support Library' available in SDK installer. Android resource directory C:UsersdevAppDataLocalXamarinAndroid.Support.v421.0.3embedded./ doesn't exist. MyProject.Droid
Error 5 Please install package: 'Android Support Library' available in SDK installer. Java library file C:UsersdevAppDataLocalXamarinAndroid.Support.v421.0.3embeddedclasses.jar doesn't exist. MyProject.Droid
Error 8 Please install package: 'Android Support Library' available in SDK installer. Java library file C:UsersdevAppDataLocalXamarinAndroid.Support.v421.0.3embeddedlibs/internal_impl-21.0.3.jar doesn't exist. MyProject.Droid
Error 4 Reason: C:UsersdevAppDataLocalXamarinAndroid.Support.v421.0.3android_m2repository_r10.zip is not a valid zip file MyProject.Droid
Error 7 Reason: C:UsersdevAppDataLocalXamarinAndroid.Support.v421.0.3android_m2repository_r10.zip is not a valid zip file MyProject.Droid
Error 10 Reason: C:UsersdevAppDataLocalXamarinAndroid.Support.v421.0.3android_m2repository_r10.zip is not a valid zip file MyProject.Droid
Error 3 Unzipping failed. Please download https://dl-ssl.google.com/android/repository/android_m2repository_r10.zip and extract it to the C:UsersdevAppDataLocalXamarinAndroid.Support.v421.0.3content directory. MyProject.Droid
Error 6 Unzipping failed. Please download https://dl-ssl.google.com/android/repository/android_m2repository_r10.zip and extract it to the C:UsersdevAppDataLocalXamarinAndroid.Support.v421.0.3content directory. MyProject.Droid
Error 9 Unzipping failed. Please download https://dl-ssl.google.com/android/repository/android_m2repository_r10.zip and extract it to the C:UsersdevAppDataLocalXamarinAndroid.Support.v421.0.3content directory. MyProject.Droid
Does anyone know how can I fix it? I checked my SDK Manager using admin rights and I already have the Android Support Library installed
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…