Why doesn't Android Studio accept new Java JDK location

后端 未结 1 619
自闭症患者
自闭症患者 2020-11-29 14:04

I am trying to change the JDK location from \"C:\\Program Files\\Java\\jdk1.7.0_09\" to \"C:\\Program Files\\Java\\jdk1.8.0_25\", but Android Studio seems to ignore the chan

相关标签:
1条回答
  • 2020-11-29 14:18

    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.

    0 讨论(0)
提交回复
热议问题