Android项目文件编码 导致的Error coding手抄报 2017-12-26 201 阅读1分钟 Android项目的文件编码不一致,导致编译错误,运行时出现:`Error:Execution failed for task ':app:compileDebugJavaWithJavac'. Compilation failed; see the compiler error output for details.` 以上就是编码导致运行时出错。需要定位到指定的文件,更改编码,编译即可。 这里点cover就可以了,然后重新运行。