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.