Why can't xamarin locate my java sdk

后端 未结 3 1176
南方客
南方客 2021-01-18 02:26

Since I uninstalled 32 bit java and installed 64 bit jdk and jre, xamarin can no longer find the jdk. The xamarin build file generates the following errror...

3条回答
  •  离开以前
    2021-01-18 03:05

    If you are using Xamarin Studio, you will need to go to Xamarin Studio -> Preferences -> Android, then under the Projects section on the left, expand SDK Locations. Here you can update the location of the SDK and the NDK.

    If you are using Visual Studio, you will need to go to Tools -> Options, then navigate down to the Xamarin section. Expand Xamarin and select Android. Here you can update the location of the SDK and NDK.

    This process may require a restart of Xamarin Studio or Visual Studio for the changes to take effect.

提交回复
热议问题