0
votes

I just created a new Android Project Target SDK: API 14 Compile with: API 14 Theme: None (I tried all of them one by one) then added blank activity and when I hit finish It gives these two errors

C:\Users\hp\Documents\myTest\res\values-v11\styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.

C:\Users\hp\Documents\myTest\res\values-v14\styles.xml:8: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light.DarkActionBar'.

this question is asked before on stackoverflow but they are regarding android studio I cannot run Android studio as it slows down the system. I cannot even start the project because of this error please help . Thankyou!

1
Any solutions to this error yet?nemoryoliver

1 Answers

-1
votes

Theme.AppCompat.** is in android support library. You can easily get rid of this by setting

<application
     ...
     android:theme="@android:style/Theme.DeviceDefault">

In AndroidManifest.xml