Android初学者Process 'command '*****'' finished with non-zero exit value 1错误解决方案

错误:

:yangzhuzhijia:incrementalDebugJavaCompilationSafeguard UP-TO-DATE
:yangzhuzhijia:compileDebugJavaWithJavac
:yangzhuzhijia:compileDebugJavaWithJavac - is not incremental (e.g. outputs have changed, no previous execution, etc.).
D:\ant\2018androidstudio\yangzhuzhijia\src\main\java\com\cctv\caijing\view\TabThreeView.java:16: 错误: 程序包R不存在
                this.setContentView(R.layout.view_three);
                                     ^
注: 某些输入文件使用或覆盖了已过时的 API。
注: 有关详细信息, 请使用 -Xlint:deprecation 重新编译。
注: 某些输入文件使用了未经检查或不安全的操作。
注: 有关详细信息, 请使用 -Xlint:unchecked 重新编译。
1 个错误
在android  studio 的命令行

gradlew compileDebugSources
 

可能出现问题,

一、 布局:
1.图片,drawable中的图片名字不对,或者引用错误
2.select文件中的属性没有空格
3.shap文件有问题
4.Textview中写了特殊符号比如 >,<等

 

 

 

高光功能

Android初学者Process 'command '*****'' finished with non-zero exit value 1错误解决方案_第1张图片

 

你可能感兴趣的:(Android初学者Process 'command '*****'' finished with non-zero exit value 1错误解决方案)