When I create new project for lower android 2.2 label API8 in eclipse there are some error and i can't fixed them. appcompat_v7
inside some problem no found values-v17
- values-v21
and there are also some error my project folder.
After creating ... ...
But when I create project for higher android 4.0 label API(14) there are no error.
After creating ... ...
There are any way to solve this problems.
You need to modify your style.xml to ensure API's are supported. Please check this SO post Android AppCompat requires API level 11
This should help you solve the problem you face.