【发布时间】:2015-09-29 11:57:26
【问题描述】:
您好,这是我在加载 Android 应用程序时在 eclipse 中遇到的完整错误。
AndroidManifest.xml:56:错误:错误:不允许字符串类型(在 'configChanges' 值为 'orientation|screenSize')。
这是有问题的 xml 行
android:configChanges="orientation|screenSize"
【问题讨论】:
您好,这是我在加载 Android 应用程序时在 eclipse 中遇到的完整错误。
AndroidManifest.xml:56:错误:错误:不允许字符串类型(在 'configChanges' 值为 'orientation|screenSize')。
这是有问题的 xml 行
android:configChanges="orientation|screenSize"
【问题讨论】:
您的 minSdkVersion 应该是 13。
设置这个。我希望它会工作。
详情请查看以下链接。
Error string types not allowed at android:configChanges in manifest file
【讨论】: