[android-developers] Manifest Not Building : android:configChanges=screenOrientation

2012-02-20 Thread Matt Clark
I am trying to get my app to handle its own Screen Orientation changing as opposed to the app reloading the activity every time. I found that to get the app to do this I need to add android:configChanges=screenOrientation however the Manifest will no longer build giving me this error: error:

Re: [android-developers] Manifest Not Building : android:configChanges=screenOrientation

2012-02-20 Thread Kostya Vasilyev
It's orientation not screenOrientation http://developer.android.com/guide/topics/manifest/activity-element.html#config -- K 21.02.2012 0:47, Matt Clark ?: I found that to get the app to do this I need to add android:configChanges=screenOrientation however the Manifest will no longer