Summarize Android Studio considerations and solutions for problems that don't open

Source: Internet
Author: User

1 First run, build a good project need to download some things, if prompted some errors, please check the error again to open the download, you can run, may be downloaded when not download completely

2 Check that the JDK path is configured, 1.6 and 1.7 are fine.

3 Win7, run with administrator.

4 Find the Studio.exe.vmoptions in the bin directory and remove the line containing the usecodecacheflushing.

5 Use Notepad to open the Studio.bat in the Android-studiobin directory

Sets the set Vm_options_file=%ide_bin_dir%studio%bits%.exe.vmoptions

Change to SET Vm_options_file=%ide_bin_dir%studio%bits%.exe

You can use the

6 Open With Text tool

Studio.bat

Line25 To Line 28:

SET jre=%jdk%

IF EXIST "%jre%jre" SET Jre=%jdk%jre

SET bits=

IF EXIST "%jre%libamd64" SET bits=64

You can see that there are 64 digits in the software support system, and my own computer is a 32-bit Jre/lib directory with only i386 files

Try to put

IF EXIST "%jre%libamd64" SET bits=64 instead

IF EXIST "%jre%libi386" SET bits=32

Google I/O Congress released the development tools, Android Studio.

Early download finished, try A, helpless speed is really not to force, first reader nets, listed a few things about her

A few features

1 The development tool is based on IntelliJ idea. A screenshot of IntelliJ idea. Is it like eclipse?

2 better support for Android to build fixes

3 can better control capture of program performance, compatibility and other issues

4 Obfuscation and signature features

5 wizards to create common Android designs and components

6 with Layout editor, allows you to drag and drag and drop user interface components, preview the layout on multiple screen configurations

7 and more.

Two points of attention

1 Android Studio just released a preliminary version, is not stable, and some features have not been developed, the use of time may cause some problems.

The three official website toolkit contains

Address: Http://developer.android.com/sdk/installing/studio.html#download

1 Preliminary Studio Tools

2 All the Android SDK design, testing tools

3 Latest Android-compiled plugins

4 Latest Android System image files

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.