Answer the question
In order to leave comments, you need to log in
How to install/run the tar.gz program?
In general, I'm the wildest noob, I installed ubuntu, I decided to run android studio. The archive was unpacked with the help of the archive manager and a mustache, where is the local exe so to speak?
Answer the question
In order to leave comments, you need to log in
although the author does not need it anymore, because I gave up at the sight of the penguin
I'll leave this here for future questioners
download the Studio SDK JDK
everything is supposed to be downloaded to /tmp
$ cd ${HOME}
$ mkdir AndroidDev
$ cd AndroidDev/
$ unzip /tmp/android-studio-ide-143.2915827-linux.zip
$ tar zxf /tmp/android-sdk_r24.4.1-linux.tgz
$ tar zxf /tmp/jdk-8u101-linux-x64.tar.gz
$ touch var
export JAVA_HOME=${HOME}/AndroidDev/jdk1.8.0_101
export ANDROID_HOME=${HOME}/AndroidDev/android-sdk-linux
export PATH=${JAVA_HOME}/bin:${ANDROID_HOME}/tools:${HOME} /AndroidDev/android-studio/bin:${PATH}
apply variables to the environment and launch Studio (from this point all further launches)$ source var $ studio.sh
The archive was unpacked with the help of the archive manager and a mustache, where is the local exe so to speak?
As for a noob, I’ll try to explain: firstly, in Linux, almost everything is installed from under the console (terminal), then in order of priority: Ubuntu Application Center, then follows the Synaptic Package Manager, and only then the wildest Windows installation, for which there are files ending in .deb
read a little here: Compiling and installing programs from source
Installing programs
Easiest way for ubuntu since 15:
apt install ubuntu-make && umake android --accept-license
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question