You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First, step 1 instructs the user to install Microsoft OpenJDK 17.
Then, step 2 recommends using the InstallAndroidDependencies target. According to that target's docs, it "installs Java to the specified absolute path" specified as JavaSdkPath.
The instructions appear to call for installing the JDK in two different ways. If so, they should be streamlined, probably by removing step 1. Otherwise, the docs for JavaSdkDirectory="<JavaSdkPath>" should be clarified as to how that property differs from step 1.
The text was updated successfully, but these errors were encountered:
The MAUI installation for Android instructions for VS Code direct the user to install the JDK twice:
JavaSdkPath
.The instructions appear to call for installing the JDK in two different ways. If so, they should be streamlined, probably by removing step 1. Otherwise, the docs for
JavaSdkDirectory="<JavaSdkPath>"
should be clarified as to how that property differs from step 1.The text was updated successfully, but these errors were encountered: