Skip to main content
corrected file name and added path to help locate.
Source Link

found it on this site, it works on me. Modify style/res/values/styles.xml from:

<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar"> </style> 

to:

<style name="AppTheme" parent="Base.Theme.AppCompat.Light.DarkActionBar"> </style> 

found it on this site, it works on me. Modify style.xml from:

<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar"> </style> 

to:

<style name="AppTheme" parent="Base.Theme.AppCompat.Light.DarkActionBar"> </style> 

found it on this site, it works on me. Modify /res/values/styles.xml from:

<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar"> </style> 

to:

<style name="AppTheme" parent="Base.Theme.AppCompat.Light.DarkActionBar"> </style> 
Source Link
tanchap
  • 2.8k
  • 2
  • 10
  • 4

found it on this site, it works on me. Modify style.xml from:

<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar"> </style> 

to:

<style name="AppTheme" parent="Base.Theme.AppCompat.Light.DarkActionBar"> </style>