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:
Any ideas how to fix this?