you must provide <uses-sdk android:minSdkVersion="4" />
(4 or any other version you want your application to be compatible) in your manifest file to make it compatible with older versions. can compile with Android 3.2 and make the application on older versions installed as min sdk version in the manifest file
or if this does not work, download an earlier version of admob and try.
source share