How to solve Xamarin for VS: Disconnected from layout renderer, xamarin
I recently learned about Xamarin for Android and used for VS2013. Because the earlier version of Xamarin is used, after working with VS2013, You can compile it and release it, but you cannot view the layout file of the layout file. Always appears: Disconnected from layout renderer. Later, I found this problem on the Xamarin official forum because the Android SDK tools version is too high. At that time, the Forum information was relatively old and I did not provide the corresponding solution for my current version. So I had to test it myself. Finally, the following list is provided based on the Forum and the test result:
Error code: Disconnected from layout renderer.
Corresponding version:
Xamarin. Android 4.12.02001 using Android SDK Tools 22.6
Xamarin. Android 4.12.03003 use Android SDK Tools 22.6.2
Xamarin for VS 1.12 (Alpha) Use Android SDK Tools 22.6.2
Xamarin for VS 3.1.20.use Android SDK Tools 23.0.1
Xamarin for VS 3.1.228 use Android SDK Tools 23.0.2
Xamarin for3.7.165Use Android SDK Tools 24.0.2 (a test is available and verification is not performed again. If not, download the earlier version)
Xamarin for3.9.41Use Android SDK Tools 24.0.2(A test is available and has not been verified again. If not, please download the earlier version)
After I downloaded the corresponding file from google using the Hong Kong proxy, I shared the file with CSDN: Android SDK Tools 22.6 windows:Http://download.csdn.net/detail/tornadofeng/8453145Android SDK Tools 22.6.2 windows:Http://download.csdn.net/detail/tornadofeng/8453261Android SDK Tools 23.0.1 windows:Http://download.csdn.net/detail/tornadofeng/8453439Android SDK Tools23.0.2Windows:Http://download.csdn.net/detail/tornadofeng/8448527Android SDK Tools23.0.5Windows:Http://download.csdn.net/detail/tornadofeng/8453443Android SDK Tools 24 windows:Http://download.csdn.net/detail/tornadofeng/8453803Android SDK Tools 24.0.1 windows:Http://download.csdn.net/detail/tornadofeng/8454231Android SDK Tools 24.0.2 windows:Http://download.csdn.net/detail/tornadofeng/8454249
If there are any new tests in the future, I will continue to update them. .