How to install Android apps on Ubuntu
In this tutorial, we will install Waydroid and make it able to launch many Android apps on your computer. This tutorial has been tested on Ubuntu at the time of writing. For other Linux distributions, you can refer to the documentation links provided in this post.
Install Waydroid
The following instructions are from the official documentation of Waydroid.
Install pre-requisites:
Add the Waydroid repository:
|
Install Waydroid:
Install Android images:
Configure Waydroid to support window integration with the desktop:
At this stage, Waydroid still has no Google app support and is not able to run apps built for the ARM architectures.
Run Waydroid extras script
The repository waydroid_script contains a very convenient script to install Android extensions.
First, install pre-requisites:
Download the script:
Install the Python requirements:
Run the script:
- The script should ask for the Android version. At the time of writing, Waydroid runs Android 11.
- Then, select the action:
Install
. - Finally, select extensions using the Space bar, confirm with Enter:
gapps
ormicrog
: to support Google apps.libndk
orlibhoudini
: to run apps built for ARM architectures.magisk
: to customize Android.smartdock
: a desktop mode launcher for Android.widevine
: to support DRM.
Google Play Certification
When launching Waydroid with gapps
the first time it will notify that the device is not certified for Google Play Protect.
First, run:
Inside the shell (#
), type:
ANDROID_RUNTIME_ROOT=/apex/com.android.runtime ANDROID_DATA=/data ANDROID_TZDATA_ROOT=/apex/com.android.tzdata ANDROID_I18N_ROOT=/apex/com.android.i18n sqlite3 /data/data/com.google.android.gsf/databases/gservices.db "select * from main where name = \"android_id\";"
The result will look like this:
android_id|1234567890123456789
Copy the numbers and type exit
then Enter.
Follow the instructions at www.google.com/android/uncertified . The changes may take a few minutes.
Restart Waydroid:
Install Android apps
First, you need to ensure the Waydroid container and session are started.
To start the Waydroid container manually:
To start the Waydroid session manually (in a new terminal):
Install an apk
file:
Launch Android apps
If you know the name of the app (e.g. com.foo.bar
), you can launch it as follows: