0

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?

murli
  • 1,531
  • 2
  • 10
  • 7

1 Answers1

1

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

Community
  • 1
  • 1
Pedro Teran
  • 1,200
  • 3
  • 17
  • 43