When I create a new android app project in Eclipse, there is some note:
Missing styles. Is the correct theme chosen for this layout? and NOTE: This project contains resource errors, so aapt did not succeed, which can cause rendering failures. Fix resource problems first.
How can I fix them?
There is still an error:
[2015-04-09 21:45:42 - sms] D:\work\sms\res\values\styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'. [2015-04-09 21:45:42 - sms] [2015-04-09 21:45:42 - sms] D:\work\sms\res\values-v11\styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'. [2015-04-09 21:45:42 - sms] [2015-04-09 21:45:42 - sms] D:\work\sms\res\values-v14\styles.xml:8: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light.DarkActionBar'. [2015-04-09 21:45:42 - sms]