Created
April 10, 2020 19:12
-
-
Save saadfarooq/f0120c910e2d8cffb9a6abac1861424b to your computer and use it in GitHub Desktop.
Android Studio terminal settings for JAVA_HOME
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<project version="4"> | |
<component name="TerminalProjectOptionsProvider"> | |
<envs> | |
<env key="JAVA_HOME" value="$APPLICATION_HOME_DIR$/jre/jdk/Contents/Home/" /> | |
</envs> | |
</component> | |
</project> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment