How to Configure the Embedded JDK in Android Studio
Recently, I accidentally found that the environment variable for JDK was not configured correctly.I did not download Java separately because it comes with the embedded JDK when downloading Android Studio.Open “File – Other Settings – Default Project Structure” to see that AS has automatically checked “Use embedded JDK”, which is also the official recommendation.Next, here … Read more