Failing To Build Xamarin Android Project: An Outdated Of 'android Sdk Build-tools' Is In Use
I'm trying to compile Android project of my Xamarin Form solution, and it fails with the following exception: An outdated of 'Android SDK Build-tools' is in use which this version
Solution 1:
Go to your SDK Build-Tools folder and rename the folder to 23.0.3
I had this problem too here : An outdated of 'Android SDK Build-tools' Error on Xamarin
Post a Comment for "Failing To Build Xamarin Android Project: An Outdated Of 'android Sdk Build-tools' Is In Use"