`
GodJohnny
  • 浏览: 92427 次
  • 性别: Icon_minigender_1
  • 来自: 南京
社区版块
存档分类
最新评论

Android Studio编译的异常 finished with non-zero exit value 1

阅读更多
Error:Execution failed for task ':app:processDebugResources'. > com.android.Error:Execution failed for task ':app:processDebugResources'.
> com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process 'command 'D:\Android\android-sdk\build-tools\23.0.1\aapt.exe'' finished with non-zero exit value 1


是因为新加的自定义控件的属性文件,没有加format值导致。
引用
    <declare-styleable name="xx">
        <attr name="borderRadius" format="integer"/>
        <attr name="type" format="integer"/>
    </declare-styleable>


分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics