Vishnu Erive
Vishnu Erive

Reputation: 33

How to change the Location of the JDK in Android studio

I tried to change the location by the following way

Project Structure > SDK location > JDK Location > ...

But it always reverts to the old address saved in it.

It's not saving the new location entered in it.

Please help me to solve this issue

enter image description here

Upvotes: 2

Views: 1450

Answers (2)

Vishnu Erive
Vishnu Erive

Reputation: 33

Install the 32 bit java version. Problem will be resolved

Upvotes: 0

I had the same problem and it was because I had a whitespace (which I can see is your case) in my JDK path. Try changing your JDK path to something like C:\jdk_1.7.0

Upvotes: 1

Related Questions