Yoland Gao
Yoland Gao

Reputation: 437

Manually setting JDK path for Android Studio

How can I use a custom JDK path for Android Studio? I don't want to mess with PATH because I don't have admin rights. Is there a config settings file somewhere that allows me to set this up?

Upvotes: 3

Views: 10237

Answers (1)

Software Engineer
Software Engineer

Reputation: 16140

If you look at the project settings you can reach the jdk from there. On the standard windows keymap you can select the project in the project panel and hit F4. The jdk is on the project settings..

Upvotes: 9

Related Questions