How to make Visual Studio 2015 installer know that I already have Android SDK?

后端 未结 4 1313
情话喂你
情话喂你 2020-12-08 01:33

When I am installing Visual Studio 2015 I realized that it says Java SE Development Kit is already exists on the computer. I think installer knew it because of

4条回答
  •  执笔经年
    2020-12-08 01:57

    in installer, uncheck downloading android SKDs and let visual studio install completely, then in visual studio go to Tools -> Options -> Xamarin -> Android setting, locate your SDK's path in "Android SDK Location" and locate your NDK's path in "Android NDK location".

提交回复
热议问题