I have updated the Android support from the xamarin studion to the latest version 23.1.1.0 . Now when I am building the program I am again getting the error that "Android Support v4 doesnt exist" . Although When I set up the xamarin initially I followed Xamarin Forms Android Error: Please install package 'Android Support Library'. But now it is not working as it is asking for C:\Users\kaushalkai\AppData\21.1.1\embedded\libs\internal_impl23.1.1.0.jar file.. Please explain me what to be done now?
Asked
Active
Viewed 130 times
1
-
Have you also updated the Android SDK? You can check that from inside Xamarin Studio > Tools > Open Android SDK Manager. – tequila slammer Jan 30 '16 at 18:45
-
yes ...I have already checked.. – kaushal sanadhya Jan 30 '16 at 19:16
1 Answers
1
There are changes in how Xamarin.Android compiles the project, so you might have to remove the corrupt zip package in the cache folder and try to compile again.
More technical details can be found in
https://blog.lextudio.com/2016/05/android-support-repository-and-xamarin-android/

Lex Li
- 60,503
- 9
- 116
- 147