This document provides instructions for setting up the Android SDK on Linux or Windows. It explains that on Linux, the PATH and JAVA_HOME environment variables need to be set to include the Java SDK location. It then describes downloading the Android SDK from the official website, where the installation process differs depending on the operating system - with a wizard guiding setup on Windows. Finally, it notes that the Android SDK Manager can be launched to check available packages.
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
11 views
Android Tutorials Page2
This document provides instructions for setting up the Android SDK on Linux or Windows. It explains that on Linux, the PATH and JAVA_HOME environment variables need to be set to include the Java SDK location. It then describes downloading the Android SDK from the official website, where the installation process differs depending on the operating system - with a wizard guiding setup on Windows. Finally, it notes that the Android SDK Manager can be launched to check available packages.
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1
On Linux, if the SDK is installed in /usr/local/jdk1.6.
0_15 and you use the C shell, you
would put the following code into your .cshrc file. setenv PATH /usr/local/jdk1.6.0_15/bin:$PATH setenv JAVA_HOME /usr/local/jdk1.6.0_15 Alternatively, if you use an Integrated Development Environment (IDE) Eclipse, then it will know automatically where you have installed your Java. Step 2 - Setup Android SDK You can download the latest version of Android SDK from Android’s official website: http://developer.android.com/sdk/index.html. If you are installing SDK on Windows machine, then you will find ainstaller_rXX-windows.exe, so just download and run this exe which will launch Android SDK Tool Setup wizard to guide you throughout the installation, so just follow the instructions carefully. Finally, you will have Android SDK Tools installed on your machine. If you are installing SDK either on Mac OS or Linux, check the instructions provided along with the downloaded android-sdk_rXX-macosx.zip file for Mac OS and android-sdk_rXX- linux.tgz file for Linux. This tutorial will consider that you are going to setup your environment on Windows machine having Windows 7 operating system. So let's launch Android SDK Manager using the option All Programs > Android SDK Tools > SDK Manager, this will give you following window: