Java SDK environment (windows)

Download the SDK

http://tools.android-studio.org/index.php/sdk

Configure environment variables

Variable name: ANDROID_HOME
Variable value: D:\android-sdk-windows (sdk installation directory)

Variable name: Path
Variable value: %ANDROID_HOME%\tools 
Variable value: %ANDROID_HOME%\platform-tools 

test

cmd executes the command java -version

 

 

Guess you like

Origin blog.csdn.net/dwm88888888/article/details/130086431