Why doesn’t Android Studio accept new Java JDK location

Try this, may be work.

Android studio don’t accept a SDK path that contains a whitespace.
In your SDK path, there is a white space between ‘Program Files’. Therefore Android Studio showing the error. Solution- Try placing the SDK at ‘C:\sdk’. Then change the SDK location in Project Structure.

Leave a Comment