Search code examples
androideclipsesdkadt

Eclipse Android 2.2 project error but Android 4.0 no error


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.

enter image description here

After creating ... ...

enter image description here

But when I create project for higher android 4.0 label API(14) there are no error.

enter image description here

After creating ... ...

enter image description here

There are any way to solve this problems.


Solution

  • 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.