• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

Why am I getting theme error in android studio?

 
Greenhorn
Posts: 22
Netbeans IDE MySQL Database Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
In the style.xml file of android studio, the word "Theme" is turned in red colored error. Below I've provided you the image. May I know what are the changes in project could make this error to occur.

For those who couldn't view the image, here is a link for you to view the problem:
Error Link
 
Bartender
Posts: 1868
81
Android IntelliJ IDE MySQL Database Chrome Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Looks like this error can be fixed by doing one or some of the following:
  • Swtiching appcompat support lib version from the latest 28.0.0-alpha1 back to 27.1.0 (or 27.1.1) and resyncing project
  • Doing an "Invalidate and Restart" and resyncing project
  • Downgrading Gradle alpha references with non alpha references (or even older versions) and resyncing project
  •  
    You ridiculous clown, did you think you could get away with it? This is my favorite tiny ad!
    Smokeless wood heat with a rocket mass heater
    https://woodheat.net
    reply
      Bookmark Topic Watch Topic
    • New Topic