我想听听方向变了
但它在 SDK 4.0 中不起作用
我发现 Manifest 必须修改 android:configChanges="orientation"
到 android:configChanges="orientation|screenSize"
但它有一个错误:
然后我发现我在 Manifest 中没有“screenSize”选项
错误信息是
error: Error: String types not allowed (at 'configChanges' with value 'orientation|
ScreenSize').
我的清单有什么问题?