0

I got the following error in android project in eclipse:

error: No resource identifier found for attribute 'exitFadeDuration' in package 'android'

Similar questions are solved by changing the build target (here, here). The minimum sdk level is 10. So, my build target is Android 2.3.3 and even when the Android version is changed to 4.0.3 the error persists.

Community
  • 1
  • 1
Roel Veldhuizen
  • 4,613
  • 8
  • 44
  • 78

1 Answers1

1

In ADT (Eclipse), on your project's right-click menu choose: Android Tools --> Add Support Library accept, and you should be done.

Taken from this answer, which worked for me, even if it refers to another attribute.

Community
  • 1
  • 1