Tortured a mistake, I make a project, I do not use gradle.

Error:(14, -1) android-apt-compiler: styles.xml:14: error: Error retrieving parent for item: No resource found that matches the given name ' @style /Theme.AppCompat.Light'. 

Where only and as I did not add these libraries, the error all the same gets out.

  • Here [ stackoverflow.com/questions/17870881/… watched? - Yuriy SPb
  • It seems to me that the version of the installer is not the same ... Always use the latest version of the SDK and all libraries - Vladyslav Matviienko
  • @YuriySPb Yes, I tried it all, especially under eclipse I use android studio, on the eclipse I would solve it, but the code was written under android studio, and I need to run and build the project, someone else’s (((but the author works . @metalurgus is a freshly installed studio, the latest sdk and the latest components to it. I tried to use the gradle, but then it collapses in other places ((( - mak_hash_off
  • And describe how you added libraries to the project. Such an error may, for example, occur if you added only * .jar, but did not import the module into the project, or did not expose the module that it is a library. - eigenein

0