When Xamarin prompts that the Build-tools version is too old, xamarinbuild-tools

Source: Internet
Author: User
Tags android sdk manager

When Xamarin prompts that the Build-tools version is too old, xamarinbuild-tools
Xamarin prompts that the Build-tools version is too old

Error message: G: \ XamarinDemo \ Xamarin. forms-master \ packages \ Xamarin. android. support. vector. drawable.23.3.0 \ build \ Xamarin.Android.Support.Vector.Drawable.tar gets (40, 5): error: An outdated of 'android SDK Build-tool' is in use which this version of Android Support Library does not support. you must uninstall any 'android SDK Build-tools' versions older than 23.0.0 from the 'tools' section in your 'android SDK manager'
Solution:
(1) In the Android SDK Manager, uninstall the old Build-tools version.
(2) Clear the solution and project, and then regenerate it.
(3) If steps (1) and (2) do not solve the problem, you must specify the Build-tools version in the. csproj file, as shown below:
<PropertyGroup> <AndroidSdkBuildToolsVersion> 23.0.3 </AndroidSdkBuildToolsVersion> </PropertyGroup>

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.