Friday September 7th, 2018

Visual Studio “Waiting for run time checks to complete” Error

By Ebubekir Sezer

Recently, Visual Studio gives errors to build process. In this article, i will tell the solution of why emulator cannot connect with the Visual studio and “Waiting for run time checks to complete” error. Here are the steps of the solution;

  • We will open the run from the start button and run the Registry Editor.
  • In the Regesitry Editor, we should click the HKEY_LOCAL_MACHINE folder from the top 3 from left and then here click Software, From the Software click the WOW6432Node
  • In WOW6432Node, we should open new folder with name of “Android SDK Manager“. In the Android SDK Manager we will opne new registry variable with the name of “Path“. The value(key) of the Path is “C:\Program Files (x86)\Android\android-sdk“.
  • Restart the Emulator and Visual Studio, Problem will be solve but if you get error like this “Could not connect the debugger“, Here is the solution of this problem click here.