Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 468 Bytes

intellij-android-studio.md

File metadata and controls

26 lines (17 loc) · 468 Bytes

intellij android studio

install

apt install openjdk-8-jre openjdk-8-jdk
snap install android-studio

connect phone usb

  • enable developer mode on the phone / debug usb

troubleshoot preview xml not shown

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">