Reputation: 1561
I am using
android:configChanges="orientation|screenSize"
in the manifest. But eclipse gives me an error "string types not allowed" so what is missing from my eclipse?
Upvotes: 0
Views: 77
Reputation: 1200
Take a look at this post:
Admob Error in Eclipse for android:configChanges
maybe you have a similar problem. This changes are not supported under apilevel 2.1
Upvotes: 1