Steps for installing Android Studio)

Source: Internet
Author: User

Google launched Android studio yesterday. I personally think it is good. I just saw someone writing android.
Studio to facilitate your search, so it is loaded.

The original address is http://www.android-fans.net/thread-6360-1-1.html


To do well, you must first sharpen your tools. Faced with the problem of low development efficiency and increasingly serious fragmentation criticized by developers, starting with development tools seems to be the best choice. In the early morning of June May 16, Google's 2013 I/O developer conference opened at the San Francisco lawn art center in California. At the conference, Android
The studio development tool was released for the first time to facilitate Android-based development for developers.
 
When Google executives shouted that android studio could make application development easier and support real-time rendering, the scene cheered. Obviously, this is what developers expect. Google said that android studio will make developers "faster and more productive" and is an alternative platform for expanding the development platform eclipse. Android Studio development comes from the integrated development environment intellij
Idea, according to Google's expectation, this means that it is a full-featured development environment.
With the new development tool, let's test the functions. First, we need to install the specific steps of the development tool:
Download and install JDK
Android
Download and install maxcompute Studio


1. Download and install JDK
If you do not have JDK, you can go to the official website: http://developers.sun.com/downloads/
The next step is the installation prompt step by step. To set environment variables, follow these steps:

  • Choose my computer> Properties> advanced> environment variables> system variables to add the following environment variables:
  • Java_home: directory for JDK installation. my options are c: \ Program Files \ Java \ jdk1.6.0 _ 34.
  • Classpath value :.; % java_home % \ Lib \ tools. jar; % java_home % \ Lib \ DT. jar; % java_home % \ bin; (Note the preceding ".; "Add)
  • Path: append.; % java_home % \ bin; % java_home % \ JRE \ bin; (Note that the preceding ".;" must be added)


After the installation is complete, check whether the JDK is successfully installed. Open the CMD window and enter Java-version to view the JDK version.
The following figure indicates that the installation is successful: (the configuration must be correct; otherwise, Android
Studio cannot be started)
 


2. Android
Download and install maxcompute Studio
If no installation file exists, download the installation file first ,:
Windows version:
Official Website: android-studio-bundle-130.677228-windows.exe
Baidu Network Disk: android-studio-bundle-130.677228-windows.exe
Drive: android-studio-bundle-130.677228-windows.exe

Mac OSX: android-studio-bundle-130.677228-mac.dmg
Unix/Linux: android-studio-bundle-130.677228-linux.tgz



After the download is complete, open the installation file to bring up the following page
 

Click Next to automatically detect the computer's JDK. If the environment variable is not set, the system prompts that the system cannot be searched:
 

Click Next and select the permission to use. The first option is all users, and the second option is select the appropriate one for the current user. Here I select all users:
 

Click Next and select the path you want to install. Because my d disk is relatively large, I chose D: \ Development \ Android-studio \
 


Click Next and select the position in the Start Menu. The default value is selected here.
 

Click Next to display the installation progress. Wait until the installation is complete.
 

After the installation is complete, click Next
 

Select Start Android studio and click Finish to enable the tool.
 
Thanks for the installation.




Solution to tool failure: 1. Check whether the SDK is installed correctly and whether the environment variables are correct

2.find the studio.exe. vmoptions in the binlog under the installation directory, and use NotePad to delete the line-XX: + usecodecacheflushing.

3. Find studio. bat in the bin directory under the installation directory and use NotePad to open
Set vm_options_file = % ide_bin_dir % \ studio=bits0000.exe. vmoptions
Set vm_options_file = % ide_bin_dir % \ studio1_bits0000.exe

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.