How to resolve : unexpected error occured Initializing Android Designer" in VS 2015 with Xamarin

前端 未结 8 1133
南方客
南方客 2020-12-23 20:41

Bringing up a new PC with Xamarin and VS 2015 Pro I received the following error:

An unexpected error occurred trying to initialize Android Designer.

8条回答
  •  鱼传尺愫
    2020-12-23 21:00

    If you are already using Android Studio in your computer then this might solve your problem. Check whether SDK is already available at some other location. That worked for me. To check SDK path- Open Android Studio-> Click on SDK Manager Icon. Check Android SDK Location. Copy that path.

    In Visual Studio-- Open Tools->Options->Xamarin->Android Settings menu and replace the new SDK path. It will automatically ask to download the updates. Install all packages and you are done!

提交回复
热议问题