【发布时间】:2016-08-01 05:12:36
【问题描述】:
仅在 android ABI 级别 15 的构建过程中出错,但在 24 级时可以,在 Qt creator 中(发生在 x86 和 ARM android 中),在 android studio 中为 ABI 15 构建工作正常。
Qt 创建者 4.0.3
Position 40:36-165 : String types not allowed (at 'configChanges' with value 'orientation|uiMode|screenLayout|screenSize|smallestScreenSize|layoutDirection|locale|fontScale|keyboard|keyboardHidden|navigation').
:processDebugResources FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':processDebugResources'.
> com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process 'command '/home/a/android/android-sdk-linux/build-tools/24.0.1/aapt'' finished with non-zero exit value 1
【问题讨论】:
标签: android qt qt-creator