• Categories
    Category
  • Categories
    Category
  • News
  • Tutorials
  • Forums
  • Tags
  • Users
Tutorial Comments FAQ Related Articles

How to Install Android Emulator on Ubuntu 20.4.1

  • 00:39 lsb_release -a
  • 00:57 apt-get install libgl1-mesa-dev
  • 01:31 wget http://dl.google.com/android/android-sdk_r24.4.1-linux.tgz
  • 01:47 tar -xvf android-sdk_r24.4.1-linux.tgz
  • 02:05 ls -la
  • 02:17 cd android-sdk-linux
  • 02:33 cd tools/
  • 02:44 ./android
6606

To Install Android Emulator on Ubuntu 20.4.1

Introduction:

Android SDK is the Android emulator developed by Google and it implements the API libraries and developer tools required to build, test, and debug apps for Android in Linux System. We can also install Android Emulator through Genymotion Android Emulator which is the alternative to the Android emulator. This video will cover the installation of Android Emulator on Ubuntu 20.4.1

Installation process:

For installing Android emulator, you need to have install java installed in your system. You should also install the needed dependency packages before installing the android emulator. Run the following commands for installing the dependencies.

root@linuxhelp:~# apt-get install libgl1-mesa-dev
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following additional packages will be installed:
  libegl-dev libegl1 libgl-dev libgl1 libgles-dev libgles1 libgles2 libglvnd-dev libglvnd0 libglx-dev libglx0 libopengl-dev
  libopengl0 libpthread-stubs0-dev libx11-dev libxau-dev libxcb1-dev libxdmcp-dev x11proto-core-dev x11proto-dev
.

Next, you need to download the android emulator package, and for that you need to run the following command.

root@linuxhelp:~# wget http://dl.google.com/android/android-sdk_r24.4.1-linux.tgz
--2020-12-23 09:47:02--  http://dl.google.com/android/android-sdk_r24.4.1-linux.tgz
Resolving dl.google.com (dl.google.com)... 216.58.196.78, 2404:6800:4009:809::200e
Connecting to dl.google.com (dl.google.com)|216.58.196.78|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 326412652 (311M) [application/x-tar]
Saving to: ‘android-sdk_r24.4.1-linux.tgz’

android-sdk_r24.4.1-linux.tgz    100%[==========================================================>] 311.29M   144KB/s    in 20m 44s 
2020-12-23 10:07:47 (256 KB/s) - ‘android-sdk_r24.4.1-linux.tgz’ saved [326412652/326412652]

After that, you should extract the downloaded package by making use of the following command.

root@linuxhelp:~# tar -xvf android-sdk_r24.4.1-linux.tgz
android-sdk-linux/
android-sdk-linux/tools/
android-sdk-linux/tools/emulator-x86
android-sdk-linux/tools/source.properties
android-sdk-linux/tools/lint
android-sdk-linux/tools/emulator64-mips
android-sdk-linux/tools/android
android-sdk-linux/tools/ddms
android-sdk-linux/tools/emulator64-arm
android-sdk-linux/tools/lib/

List the directory

root@linuxhelp:~# ls -la
total 318792
drwx------  4 root   root      4096 Dec 23 10:07 .
drwxr-xr-x 20 root   root      4096 Nov  6 04:51 ..
drwxrwxr-x  5 249512 5000      4096 Oct 14  2015 android-sdk-linux
-rw-r--r--  1 root   root 326412652 Oct 20  2015 android-sdk_r24.4.1-linux.tgz
-rw-------  1 root   root       290 Nov 16 20:51 .bash_history
-rw-r--r--  1 root   root      3106 Dec  5  2019 .bashrc
drwx------  2 root   root      4096 Jul 31 22:01 .cache
-rw-r--r--  1 root   root       161 Dec  5  2019 .profile

Change the directory :

root@linuxhelp:~# cd android-sdk-linux
root@linuxhelp:~/android-sdk-linux# cd tools/

Later, change the directory to /android-sdk-linux/tools/ and execute the android file by running the following command to open the Android SDK manager.

root@linuxhelp:~/android-sdk-linux/tools# ./android

After that, Android SDK manager opens as follows. SNAP1

You can check out the Android SDKs for different versions. SNAP2

Also, you can check the list of existing Android Virtual Devices from the AVD manager. If there isn' t any device, you can create one. SNAP3

Also, the same way, you can check the list of Device definitions. SNAP4

If you want to know more information on Android emulator, you can see its about section. SNAP5

With this, the installation of Android SDK comes to an end.

Tags:
caden
Author: 

Comments ( 0 )

No comments available

Add a comment

Frequently asked questions ( 5 )

Q

What is the Purpose of the Android emulator?

A

Android SDK is the official Android emulator developed by Google and it provides the API libraries and developer tools necessary to build, test, and debug apps for Android in Linux System.

Q

How to solve multiple MEmu start errors?

A

Google Play search improved. Now you can type games or apps you want to search via this window directly, but first, you need to login in Google Account.

Q

How to install an Android emulator in Ubuntu?

A

Run the following command: # apt-get install libgl1-mesa-dev

Q

How to download the Android emulator in Ubuntu?

A

Run the following command # wget http://dl.google.com/android/android-sdk_r24.4.1-linux.tgz

Q

How to extract the downloaded package?

A

After that, you should extract the downloaded package by making use of the following command. # tar -xvf android-sdk_r24.4.1-linux.tgz

Related Tutorials in How to Install Android Emulator on Ubuntu 20.4.1

Related Tutorials in How to Install Android Emulator on Ubuntu 20.4.1

How to install Meld tool in Ubuntu
How to install Meld tool in Ubuntu
Feb 25, 2017
How to install Dconf-Editor on Ubuntu 18.04
How to install Dconf-Editor on Ubuntu 18.04
Jul 14, 2018
How to install and update OpenSSL on Ubuntu 16.04
How to install and update OpenSSL on Ubuntu 16.04
Mar 9, 2017
How to install GLib 2.0 on Ubuntu 17.04
How to install GLib 2.0 on Ubuntu 17.04
May 22, 2017
How to Install Android Emulator on Ubuntu 20.4.1
How to Install Android Emulator on Ubuntu 20.4.1
Jul 13, 2021
How To Install AnyDesk on Ubuntu 16.04
How To Install AnyDesk on Ubuntu 16.04
Apr 4, 2018
How to install Genymotion 2.12.1 on Ubuntu 18.04
How to install Genymotion 2.12.1 on Ubuntu 18.04
Jul 9, 2018
How to install Timeshift 18.4 on Ubuntu 18.04
How to install Timeshift 18.4 on Ubuntu 18.04
Jul 6, 2018

Related Forums in How to Install Android Emulator on Ubuntu 20.4.1

Related Forums in How to Install Android Emulator on Ubuntu 20.4.1

Ubuntu
matthew class=
Failed to enable unit: Refusing to operate on linked unit file sshd.service
Apr 15, 2019
Ubuntu
mason class=
Passwd: You may not view or modify password information for root On Ubuntu 19.04
May 27, 2019
Ubuntu
isaac class=
/etc/apt/sources.list Permission denied
May 18, 2017
Ubuntu
yousuf class=
lsb_release command not working : Debian
Jan 18, 2018
ifconfig command
jackbrookes class=
what is the location of the ifconfig program on your machine?
Jan 4, 2018
Ubuntu
mason class=
"E: Package 'php-mcrypt' has no installation candidate" error on Ubuntu 20.4.1
Mar 15, 2021
NFS
luke class=
clnt_create: RPC: Program not registered
Apr 25, 2017
Apache
isaac class=
How to disable apache welcome page on Ubuntu
Dec 15, 2018

Related News in How to Install Android Emulator on Ubuntu 20.4.1

Related News in How to Install Android Emulator on Ubuntu 20.4.1

Anbox, the Android-to-Linux tool the developers have been waiting for
Anbox, the Android-to-Linux tool the developers have been waiting for
Apr 17, 2017
How To Install Mixxx on Ubuntu 16.04
How To Install Mixxx on Ubuntu 16.04
Oct 11, 2017
Ubuntu 17.04 released with greater expectations
Ubuntu 17.04 released with greater expectations
Apr 15, 2017
Ubuntu Core now available on i.MX6 based TS-4900 thanks to Technologic Systems Inc.
Ubuntu Core now available on i.MX6 based TS-4900 thanks to Technologic Systems Inc.
Mar 1, 2017
Ubuntu 17.10 Artful Aardvark Beta 1 is now here. Download Now
Ubuntu 17.10 Artful Aardvark Beta 1 is now here. Download Now
Sep 2, 2017
Ubuntu Unity is no more: One Linux dream has been axed
Ubuntu Unity is no more: One Linux dream has been axed
Apr 7, 2017
What’s next for Ubuntu Linux Desktop?
What’s next for Ubuntu Linux Desktop?
Apr 11, 2017
Say Hi to Ubuntu's new mascot
Say Hi to Ubuntu's new mascot
Mar 22, 2019
Back To Top!
Rank
User
Points

Top Contributers

userNamenaveelansari
135850

Top Contributers

userNameayanbhatti
92510

Top Contributers

userNamehamzaahmed
32150

Top Contributers

1
userNamelinuxhelp
31040

Top Contributers

userNamemuhammadali
24500
Can you help Isaac ?
How to run windows application in linux

I need to run the windows application in my Linux machine, instead of installing from yum repo or any other repos. How to do that..??

Networking
  • Routing
  • trunk
  • Netmask
  • Packet Capture
  • domain
  • HTTP Proxy
Server Setup
  • NFS
  • KVM
  • Memory
  • Sendmail
  • WebDAV
  • LXC
Shell Commands
  • Cloud commander
  • Command line archive tools
  • last command
  • Shell
  • terminal
  • Throttle
Desktop Application
  • Linux app
  • Pithos
  • Retrospect
  • Scribe
  • TortoiseHg
  • 4Images
Monitoring Tool
  • Monit
  • Apache Server Monitoring
  • EtherApe 
  • Arpwatch Tool
  • Auditd
  • Barman
Web Application
  • Nutch
  • Amazon VPC
  • FarmWarDeployer
  • Rukovoditel
  • Mirror site
  • Chef
Contact Us | Terms of Use| Privacy Policy| Disclaimer
© 2025 LinuxHelp.com All rights reserved. Linux™ is the registered trademark of Linus Torvalds. This site is not affiliated with linus torvalds in any way.