Reputation: 33
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
Upvotes: 2
Views: 1450
Reputation: 1533
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