Before all, i am a rookie in Android, and i am using API 10 (Gingerbread).
I am developing a simple game with libgdx. But i just install everything for start to work and... in the AndroidManifest.xml
this line:
android:configChanges="keyboard|keyboardHidden|orientation|screenSize"
Got the next error in console:_
error: Error: String types not allowed (at 'configChanges' with value 'keyboard|keyboardHidden|orientation|screenSize').
I have found in Stackoverflow this answer, i changed to API 13 and works... but i think there should be a better solution than don't make the app less compatible because one line of code (there is much people that still using Gingerbread). There is another way to fix this?