画面の向きの変更を処理しようとしていますが、アプリケーションがクラッシュしています。logcat で発生しているエラーについて検索しようとしましたが、無駄でした。マニフェストに既に追加さandroid:configChanges="orientation|keyboardHidden"
れており、オーバーライドしようとしていますonConfigurationChanged
が、同じエラーが発生しています。エラー:
12-21 12:04:31.419: E/AndroidRuntime(14573): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.click4tab.pustakalpha/com.click4tab.pustakalpha.StartTestActivity}: java.lang.IllegalArgumentException: Wrong state class, expecting View State but received class android.widget.CompoundButton$SavedState instead. This usually happens when two views of different type have the same id in the same hierarchy. This view's id is id/0x1. Make sure other views do not use the same id.
ここで話しているのはどのビューですか? Gist に投稿されたコード: Link。コードから xml:リンク
編集:まあ、問題を見つけて世話をしました。