Here is a suggested and performant method to screencast the phone/tablet to your Windows/Linux or macOS computer or a bigger screen connected to one of these machine.
This method also allows some control on the android interface by using PC mouse and/or keyboard.
This method requires no app on the Android device (just some system configuration) and it uses one App (scrcpy) on the computer with the native Android debugger, so the performances are good.
1) On the Android device:
USB Debugging
and (for latest phones/tablets) WiFi Debugging
enabled in the Developer optionsUSB debugging (Security Settings)
(this is an item different from USB debugging
) to control it using a keyboard and mouse. Rebooting the device is necessary once this option is set.2) Get the App on the Windows/Linux/macOS machine:
With USB cable
scrcpy.exe
With WiFi
open_a_terminal_here.bat
and on the terminal run this command with the IP address of the phone/tablet:scrcpy --tcpip=192.168.1.100
scrcpy-console.bat
and then you can change the content in something like:@echo off
scrcpy.exe --tcpip=192.168.1.xxx --pause-on-exit=if-error %*
The image on the computer will have the same resolution of the phone screen but it will be enlarged on the computer screen. This means that phones with high screen resolution will have better results on PC big screens.