[Documentation] [TitleIndex] [WordIndex

Android Studio Download

This includes both the studio and the sdk.

PreRequisites

sudo apt-get install openjdk-6-jdk

Do I need Oracle's JDK?

Installation

$ sudo apt-get install ia32-libs

$ echo export PATH=\${PATH}:/opt/android-studio/sdk/tools:/opt/android-studio/sdk/platform-tools:/opt/android-studio/bin >> ~/.bashrc
$ echo export ANDROID_HOME=/opt/android-studio/sdk >> ~/.bashrc

$ android

$ studio.sh

2025-04-05 21:25