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