Android SDK Build Tools different versions in Android Studio and Visual Studio

547 Views Asked by At

I use Android Studio to build native Android projects and I installed the latest version of the Android SDK.

I also use Visual Studio to build Xamarin.Android projects. However when the build process runs in Visual Studio, it uses a previos version of the Build Tools.

I checked the SDK managers and found the following:

  • Both manager uses the same SDK path (C:\Android\SDK)
  • The latest Build Tools are installed (v28.0.3 as of time)
  • Visual Studio can't find the latest version
  • I already targeted API level 28 but it didn't help

Here you can see side-by-side the managers:

enter image description here

Any ideas how to fix this?

0

There are 0 best solutions below