I have recently updated the xamarin for android in visual studio and I am getting the following error.
Severity Code Description Project File Line Suppression State
Error Error finding Android/Java SDKs
System.IO.DirectoryNotFoundException: Could not find a part of the path 'D:\Setups\android-ndk-r12b-windows-x86_64\android-ndk-r12b\prebuilt\windows-x86_64\bin\toolchains'.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileSystemEnumerableIterator`1.CommonInit()
at System.IO.FileSystemEnumerableIterator`1..ctor(String path, String originalUserPath, String searchPattern, SearchOption searchOption, SearchResultHandler`1 resultHandler, Boolean checkHost)
at System.IO.Directory.EnumerateDirectories(String path, String searchPattern)
at Xamarin.Android.Build.Utilities.AndroidSdkBase.Initialize(String androidSdkPath, String androidNdkPath, String javaSdkPath)
at Xamarin.Android.Build.Utilities.AndroidSdk.Refresh(String androidSdkPath, String androidNdkPath, String javaSdkPath) App2
Can anyone help me out? Thanks.