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!