我很确定我过去已经做过,但创建了一个具有特定名称“ center ”的枚举,如下所示:
<declare-styleable name="Line">
<attr name="foo">
<enum name="center" value="0"/>
</attr>
</declare-styleable>
使aapt抛出以下错误:
错误:任务执行失败':TestApp:processDebugResources'。
com.android.ide.common.internal.LoggedErrorException:无法运行命令:
/ Applications / Android Studio.app/sdk/build-tools/19.0.3/aapt package -f --no-crunch -I / Applications / Android Studio.app/sdk/platforms/android-19/android。 jar -M /Users/eugeniomarletti/Dropbox/Projects/Test/build/manifests/debug/AndroidManifest.xml -S / Users / eugeniomarletti / Dropbox / Projects / Test / build / res / all / debug -A / Users / eugeniomarletti / Dropbox / Projects / Test / build / assets / debug -m -J / Users / eugeniomarletti / Dropbox / Projects / Test / build / source / r / debug -F / Users / eugeniomarletti / Dropbox / Projects / Test / build / libs / TestApp-debug.ap_ --debug-mode --custom-package com.test --output-text-symbols / Users / eugeniomarletti / Dropbox / Projects / Test / build / symbols / debug
错误代码:138
任何人都知道解决方案吗?