Android教程網
  1. 首頁
  2. Android 技術
  3. Android 手機
  4. Android 系統教程
  5. Android 游戲
 Android教程網 >> Android技術 >> Android開發 >> 關於android開發 >> Xamarin提示Build-tools版本過老,xamarinbuild-tools

Xamarin提示Build-tools版本過老,xamarinbuild-tools

編輯:關於android開發

Xamarin提示Build-tools版本過老,xamarinbuild-tools


Xamarin提示Build-tools版本過老

錯誤信息:G:\XamarinDemo\Xamarin.Forms-master\packages\Xamarin.Android.Support.Vector.Drawable.23.3.0\build\Xamarin.Android.Support.Vector.Drawable.targets(40,5): error : An outdated of ‘Android SDK Build-tools’ 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’
解決辦法:
(1)在Android SDK Manager中,卸載老版本的Build-tools。
(2)清理解決方案和項目,然後重新生成。
(3)如果步驟(1)和(2)不解決問題,需要在.csproj文件中,指定Build-tools版本,如下:
< PropertyGroup> <AndroidSdkBuildToolsVersion> 23.0.3 </AndroidSdkBuildToolsVersion> </PropertyGroup>

  1. 上一頁:
  2. 下一頁:
熱門文章
閱讀排行版
Copyright © Android教程網 All Rights Reserved