Setting up Android Studio takes just a few clicks.
While the Android Studio download
completes, verify which version of the JDK you have:
open a command line and type javac -version. If the JDK
is not available or the version is lower than 1.8, download the Java SE Development Kit 8.
To install Android Studio on Windows, proceed as follows:
Launch the .exe file you downloaded.
Follow the setup wizard to install Android Studio and any necessary SDK tools.
On some Windows systems, the launcher script does not find where the JDK 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.8.0_77.
That's it!
The following video shows each step of the recommended setup procedure.
As new tools and other APIs become available, Android Studio tells you
with a pop-up, or you can check for updates by clicking Help >
Check for Update.
There are, however, known stability issues in Android Studio on Mac
when using JDK 1.8. Until these issues are resolved, you can improve stability
by downgrading your JDK to an older version (but no lower than JDK 1.6).
To install Android Studio on your Mac, proceed as follows:
Launch the Android Studio DMG file.
Drag and drop Android Studio into the Applications folder, then launch
Android Studio.
Select whether you want to import previous Android Studio settings,
then click OK.
The Android Studio Setup Wizard guides you though the rest of the
setup, which includes downloading Android SDK components
that are required for development.
That's it!
The following video shows each step of the recommended setup procedure.
As new tools and other APIs become available, Android Studio tells you
with a pop-up, or you can check for updates by clicking Android Studio
> Check for Updates.
To install Android Studio on Linux, proceed as follows:
Unpack the .zip file you downloaded to an
appropriate location for your applications, such as within
/usr/local/ for your user profile, or /opt/
for shared users.
To launch Android Studio, open a terminal,
navigate to the android-studio/bin/ directory,
and execute studio.sh.
Tip:
Add android-studio/bin/ to your PATH environment
variable so you can start Android Studio from any directory.
Select whether you want to import previous Android Studio settings
or not, then click OK.
The Android Studio Setup Wizard guides you though the rest of the
setup, which includes downloading Android SDK components
that are required for development.
Note:
If you are running a 64-bit version of Ubuntu, you need to install some 32-bit
libraries with the following command:
That's it!
The following video shows each step of the recommended setup procedure.
As new tools and other APIs become available, Android Studio tells you
with a pop-up, or you can check for updates by clicking Help >
Check for Update.
Start building apps
Build your first app
Get started quickly and learn the basics of Android by following
the guide to Building Your First App.
Learn your way around the IDE and discover powerful development tools in
Meet Android Studio.
This site uses cookies to store your preferences for site-specific language and display options.
Hooray!
This class requires API level
or higher
This doc is hidden because your selected API level for the
documentation is . You can change the
documentation API level with the selector above the left navigation.