apt install openjdk-8-jre openjdk-8-jdk
snap install android-studio
- enable developer mode on the phone / debug usb
if using dark theme fix the app file res/values/styles.xml
changing
<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
to
<style name="AppTheme" parent="Base.Theme.AppCompat.Light.DarkActionBar">