if
Resources\Resource.designer.cs(29,110): error CS0117: '.........' does not contain a definition for 'Animation' [C:\......Droid.csproj]
* 5000
It looks familiar. I am not sure if this is a Telerik problem. I just updated the project from Library 1.5.0.6447 forms to 1.5.1.6468 and received them. Maybe we will have to wait on Xamarin.Forms Fix.
EDIT Finally found the answer, and if you donβt have it, I assume it is the same. Open the Android SDK manager and install Android 6.0 (API 23). If this does not work, just install everything. The Android dependency stack looks a little dirty. Either Telerik or Xamarin.Forms probably depends on a specific Android SDK that you did not install.
Update on this subject: time is moving, and this error seems to be the area for many problems. The same problem has occurred recently and uninstalling all Xamarin Nuget packages and re-adding them to the project fixed it. I thought it was worth adding another possible solution. Other things that have fixed this for me in the past. - Reboot - Restart the IDE - Clean and recompile the application. I have not mentioned this before, as I assume you have already tried here: D
source share