assetbad.blogg.se

Where is android studio linux
Where is android studio linux







where is android studio linux

bashrc by (replace vi with whatever text editor you are using) vi ~/.bashrc. To make that easier, you need to add a couple lines to your environmental config file for bash called. You will likely want to launch many of these programs from the command line (especially if interfacing with an android device using adb or fastboot). Click OK, and you'll have a desktop shortcut. 'Android SDK Manager', and comment can be anything including blank. 'Type' should be application, name can be anything, e.g. In the command window, use the path to android.Right click on the desktop, and select 'Create New Shortcut'. It might be easier (since you are new to linux) to simply add a desktop shortcut. You can add a program to the 'start' menu in Mint by following the directions at this link, assuming you are you using the default desktop. The primary one that you will likely want is android, which is the SDK manager, and using that base example, it's path will be: /home/ranjeet/Android/Sdk/tools/android There are two primary subdirectories that contain the programs for the Android SDK. As an example, if you found that file in /home/ranjeet/Android/Sdk/ then that will be the base directory. This includes in part the location you found SDK Readme.txt, which we'll call the base directory. bashrc like this (I replaced $BASE with the actual location of the SDK on my machine): export PATH=$PATH":$HOME/Android/Sdk/tools:$HOME/Android/Sdk/platform-tools"įor all of these steps you'll need the path to the executable(s). bashrc file.ĭepending on what you are using from the SDK, you will likely want these two entries, with $BASE= the directory you found SDK Readme.txt inĪdd a line in. You might want to add the path, once found, to your. If for whatever reason locate is not working on your system, use find instead: find $HOME -name "SDK Readme.txt" If that doesn't find it, your file index database may be out of date update that with: sudo updatedb

where is android studio linux

In a terminal, use the following command to find a file that is in the base of the installation directory: locate "SDK Readme.txt" It is usually installed in your home directory.









Where is android studio linux