How to cast your Android Screen on Ubuntu 18.04

Israel Aminu
1 min readAug 2, 2020

--

Step 1

Navigate to Developer Option in your device and enable USB Debugging in your Android device:

Step 2

Install ADB and Fastboot using the command:

sudo apt-get install android-tools-adb android-tools-fastboot

Step 3

Install scrcpy using the command:

sudo snap install scrcpy

Step 4

Connect your phone via USB and then run scrcpy in your terminal:

scrcpy

And it should automatically mirror your android screen.

Thanks for reading.

--

--