laprice.blogg.se

Set up android studio linux path
Set up android studio linux path










set up android studio linux path

Replace "" with the name of the file you just downloaded.Ĭheck the name of the JDK install directory with: You can pick any directory for the install, we will use the directory "java" in the home folder. The following steps create an installation directory and unpack the JDK files there.

set up android studio linux path

The downloaded file is typically saved to the folder "Download" in your home directory. For 32-bit systems get the "Linux x86" download, for 64-bit systems get the "Linux 圆4" download. If you run 64-bit Linux, you should install 32-bit libraries (Android SDK will need this):ĭownload the JDK (Java SE Development Kit). If you wish to install the Oracle JDK, proceed as follows (the steps below are based on a guide from wikiHow):įind out if you have a 32-bit och 64-bit Linux version: The Oracle JDK is needed for signing Android apps. If version info is displayed, you have Java installed, but you may want to use the Oracle JDK, rather than the OpenJDK that comes with many Linux distributions. To check if you have the JDK installed already, type this in a terminal window: Note that the Java Runtime Environment (JRE) is not sufficient, you will need the JDK. The Android SDK needs the Java Development Kit (JDK) to be installed (minimum version 1.6). If you see the version number, you have successfully installed Apache Cordova! Cordova is installed using the Node Package Manager (npm). Git is a version control system, which is used by Cordova behind-the-scenes. If Node.js is not installed, install with:Īlso add the alias "node" for nodejs, as this is needed by Cordova: If the version number is displayed, Node.js is installed. To test the installation, open a terminal window and type:












Set up android studio linux path