I\'ve recently built an Android app with a minSdkVersion of 7 and targetSdkVersion of 10. I\'m now making the app tablet compatible and adding action bars. So I updated by tar
It's becuase your devices are running Android versions 2.3.4, and 3.1,
so you must have minSdkVersion="10" at the very least. Once you set the minSdkVersion
to 10, then you'll get the green check mark again.