Learn the powerful enterprise adaptable database:

Getting Started With ADABAS & Natural

Wednesday, October 16, 2013

Android Studio For Windows

-----
1) Setting Up

1.1) Go to URL http://developer.android.com/sdk/installing/studio.html#download
Find the button Download Android Studio v0.2.x for Windows
Click the button.



1.2) Launch the downloaded EXE file, android-studio-bundle-<version>.exe.

1.3) Follow the setup wizard to install Android Studio.

Known issue: On some Windows systems, the launcher script does not find where Java is installed. If you encounter this problem, you need to set an environment variable indicating the correct location.
Select Start menu > Computer > System Properties > Advanced System Properties. Then open Advanced tab > Environment Variables and add a new system variable JAVA_HOME that points to your JDK folder, for example C:\Program Files\Java\jdk1.7.0_21.

Note: On Windows and Mac, the individual tools and other SDK packages are saved within the Android Studio application directory. To access the tools directly, use a terminal to navigate into the application and locate the sdk/ directory. For example:
Windows: \Users\<user>\AppData\Local\Android\android-studio\sdk\
Mac: /Applications/Android\ Studio.app/sdk/

No comments:

Post a Comment