is missing required Java project:'appcompat_v7'

1k Views Asked by At

Found this error after importing a application from ADT:

is missing required Java project:'appcompat_v7'

My project.properties doesn't contains 'appcompat_v7. Only:

target=android-20

please help me.

1

There are 1 best solutions below

2
On

appcompat_v7 is a library-project for Android 4.0+ themes.

Right click on your project -> Properties -> Android

Check if the project appcompat_v7 is checked.

enter image description here