Posts

Showing posts from April, 2020

Control Your Android Device From PC 📱💻

Image
scrcpy running on Linux Wouldn't it be convenient if you could mirror your Android device's screen onto your PC and interact with it? I have just the right tool for this job that lets you do all this and more and it's called "scrcpy". It is a tool created by folks at Genymotion. What you'll need: Android device with Lollipop (API 21 / Android 5.0) or newer with USB debugging turned on. adb - Android debugging bridge. scrcpy itself. Installation instructions: Windows: You can get the pre built release which includes both adb and scrcpy from  here . Linux: Install the packages android-tools and scrcpy using your distro's package manager, there's also a snap package. (Debian) sudo apt install android-tools scrcpy (Arch) sudo pacman -S android-tools scrcpy macOS: brew cask install android-platform-tools brew install scrcpy USB Debugging: You can enable USB debugging in the device system settings, under Developer options. Go