How to install android sdk and run android emulator in Linux

preview_player
Показать описание
In this video I will show how to install android sdk tools and run android emulator in Debian 8 Jessie

Watch next video on how to run emulator with google services:
Рекомендации по теме
Комментарии
Автор

its wor with simple command line $sudo apt install android-sdk after install java sdk (you dont need to download packege from source)

yacine
Автор

Спасиб, братан. But if I have manjaro and.... how to fix this problema naxyi?

punisherua
Автор

The andriod command is deprecated ? It won't run

swatgutmods
Автор

what do you do to put the tools command? when i type the same as you (tools_r25.2.3-linux.zip) on terminal it doesn't work...how do you put the version you have and how do you find it?

elaenim
Автор

Can i use the same method with ubuntu ?

s.msajidurrahman
Автор

Excelent, thanks.

() Now the install .zip of android install in a new folder for his tools. The instalation solicited to you the root of this empty(must be) folder.

() Appears an error. Install some libraries for solucionate....
you can try
$ sudo dpkg --add-architecture i386
$ sudo apt-get update

and then repeat
# adb
sudo apt-get install libc6:i386 libstdc++6:i386
# aapt
sudo apt-get install zlib1g:i386

restart. Then finish.

() In the Menu -> File -> Default Project Structure -> JDK Location : You must specified the location of the jdk installed for example like

()The SDK Manager is in the window initial of Android. In Configurations (down-in right).

adocarpel