murli
murli

Reputation: 1561

eclipse displays error in the manifest

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

Answers (1)

Pedro Teran
Pedro Teran

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

Related Questions