I have tried to install and use the Visual Studio 2017 RC without success. I'm trying to create cross platform applications.
These videos demonstrate the steps I took to install in VS 2017 RC. First of all, I reinstalled Windows 10 and tried all this in a new installation in a virtual machine. On both occasions the same problems occurred. So this rules out a possible corrupted Windows.
Setup:
what I selected to install: link
I finish without errors, but link
the SDK was not installed, although the installation said yes link I had to install it by hand as an administrator although the api 23 was never installed as reported by the installation. Also, I do not know if I selected everything necessary, so I put the steps followed in case this creates other problems.
After correcting the SDK, it now says that the problem is the java version link I installed the new version correctly.
But now there are errors of damaged references and an IDE error that did not happen before link
This is the error:
(IDE ERROR 006:
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 'C: \ ProgramData \ Microsoft \ AndroidNDK \ android-ndk-r13b \ prebuilt \ windows \ bin \ toolchains'. at System.IO .__ Error.WinIOError (Int32 errorCode, String maybeFullPath) at System.IO.FileSystemEnumerableIterator1.CommonInit () at System.IO.FileSystemEnumerableIterator1..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) App1.Droid)
I just need to resolve the damaged references and the IDE 0006 error.
What is the reason for the error?