To: Green hkust cute learning younger sister:
Configuring the Java Environment
Step1: Lower JDK
Directly open the link can (PS: Copy link to thunder download faster OH) 64-bit: Http://download.oracle.com/otn-pub/java/jdk/8u65-b17/jdk-8u65-windows-x64.exe
32-bit: Http://download.oracle.com/otn-pub/java/jdk/8u65-b17/jdk-8u65-windows-i586.exe
Step2: Installation, note: Remember your installation directory (PS: It is best to put all the software installation directory together, easy to manage)
STEP3: Configure the Environment: My Computer, right-click Properties, Advanced, environment variables (N) in system variables, set 3 properties,Java_home,path,classpath(case does not matter) , click "Edit" if it is already present (note: Each of the existing additions is separated by;), and click "New" if it does not exist. Java_home C:\Program files\java\jdk1.8.0_05\ (replace the C:\Program files\java\jdk1.8.0_05 here with your own installation directory) Path Add%java_home%\ Bin CLASSPATH added.; %java_home%\lib (Don't miss a bit)
STEP4: Detect if the environment is successful: windows+r shortcut input cmd Enter small window input Java if a piece of Java information appears to be successful
Install Android Studio:
Step1: Lower as: With SDK: Https://dl.google.com/dl/android/studio/install/1.4.1.0/android-studio-bundle-141.2343393-windows.exe
Step2: Installation: The biggest obstacle is what he said do not understand, nothing, look for translation, sooner or later to know the word. The fun is to try something!
Configure the Java environment, install Android Studio ... (PS: With Eclipse is good, but as is the trend of their own preference)