Android XML枚举名称=“中心”:aapt在“processDebugResources”期间给出错误138

时间:2014-03-19 10:42:35

标签: android xml enums android-studio aapt

我很确定我过去已经做过,但创建了一个具有特定名称“ 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

任何人都知道解决方案吗?

0 个答案:

没有答案