android studio 新建工程报错:finished with non-zero exit value 1!
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了android studio 新建工程报错:finished with non-zero exit value 1!相关的知识,希望对你有一定的参考价值。
E:\lianxi\MyApplication4\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\23.0.1\res\values-v23\values-v23.xml
Error:(2) Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.Button.Inverse'.
Error:(2) Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.Button.Colored'.
Error:Execution failed for task ':app:processDebugResources'.
> com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process 'command 'E:\android-sdk-windows\build-tools\23.0.1\aapt.exe'' finished with non-zero exit value 1
Information:BUILD FAILED
Information:Total time: 15.797 secs
Information:3 errors
Information:0 warnings
Information:See complete output in console
小白,求指点
需要更新SDK,这里报错是表示,找不到support包,v4 v7 v13 v21 v23等等。
SDK更新需要以下几个设置:
1.使用国内镜像 镜像地址在附件中端口80
2.使用工具进行连接
3.设置Eclipse的更新地址 将地址设置为 本机 8580
4.重新打开SDK Manager 将需要更新或者下载的选项勾上并按 Install Packages即可。
以上是关于android studio 新建工程报错:finished with non-zero exit value 1!的主要内容,如果未能解决你的问题,请参考以下文章
Android Studio Gradle 版本不同报错解决方法
Android Studio Electric Eel提示Gradle插件报错问题的解决方法