Posts

Showing posts with the label Android

Android emulator on ubuntu

 Anbox install anbox with "snap install --devmode --beta anbox" You get default stuff Install apks with "adb install name.apk"

Ubuntu Android screen mirror/cast

 Mirror and use android mobile on ubuntu pc Install scrcpy with "sudo apt install scrcpy" Enable USB Debugging mode in your mobile connect your mobile to pc and run "adb devices" -> allow permissions run command "scrcpy" Enjoy it! WireLess adb tcpip 5555 adb connect 192.168 . 0 . 101 : 5555 scrcpy