plece.blogg.se

Install sdk manager ubuntu
Install sdk manager ubuntu




install sdk manager ubuntu

Open Android SDK Manager, go to Main Menu -> Programming -> Android SDK ManagerĬlick the tools menu and select Manages AVDs…. Inside terminal, execute the following command : sudo reboot Insert on the bottom row in “bash.bashrc” following code: export PATH=$:/opt/android/android-sdk-linux/platform-toolsĪfter finished add path environtment, reboot your computer to complete configuration. Install Android updates if there are any available.Īfter updating, run the commands below to include AndroidSDK in your path environment.

install sdk manager ubuntu

Open Android SDK, go to Main Menu -> Programming -> Android SDK Manager To launch Android SDK Manager, go to Main Menu -> Programming -> Android SDK Manager. In the Commnet box, type “AndroidSDK For Linux” (without quotes)Īnd then click the “OK” and “Close” button. In the Command box, type “/opt/android/android-sdk-linux/tools/android” (without quotes), or Browse and locate the Android SDK (Ex : /opt/android/android-sdk-linux), In the Name box, type “Android SDK Manager” (without quotes) If you have seen window “Create Launcher”, If you have seen window “Main Menu”, In the navigation pane on the left, click Programming category.Ĭlick the “+ New Item” to add new laucher. Open Main Menu (go to main menu -> preferences -> Main Menu), or Inside terminal, execute the following command : alacarte opt/android/android-sdk-linux/tools/android

install sdk manager ubuntu

Run the commands below to extract the downloaded file, and copy to “/opt/android” directory, Inside terminal, execute the following command : sudo tar xvzf android-sdk_r20-linux.tgz -C /opt/androidĪfter extracting the package, run the command below to changing group ownership of files and directories “/opt/android/”, Inside terminal, execute the following command : sudo chown -R username:username /opt/android/įinally, run the commands below to begin the installation, Inside terminal, execute the following command. Netbeans IDE (Recommended : 7.0+ Version) : ĭownload Android SDK (*.tar.gz) for linuxĬreate a new directory “android” under “/opt” directory, Inside terminal, execute the following command : sudo mkdir /opt/android Android SDK is a development environment for the Android mobile operating system which allows you to write applications for Android devices or gain elevated privileges on android devices with the help of third party software.






Install sdk manager ubuntu