错误:Compilation failed; see the compiler error output for details

意思为:编译失败了;有关详细信息,请参阅编译器错误输出

Compilation failed; see the compiler error output for details.

解决:

第一可以修改 修改build.gradle文件下的dependencies下的classpath配置版本

Compilation failed; see the compiler error output for details.

降低Gradle版本构建号

Compilation failed; see the compiler error output for details.

第二。对于android studio 3.0以上的

请按如下图点击图标就能看到对于的错误了

Compilation failed; see the compiler error output for details.

如下错误信息Compilation failed; see the compiler error output for details.

第三,可以在

Compilation failed; see the compiler error output for details.

输入gradlew build --info 打印更多错误详情信息。 Mac 输入 ./gradlew build --info

如下输出错误信息

Compilation failed; see the compiler error output for details.

如果你碰到的错误不能解决,欢迎留言。

参考:https://stackoverflow.com/questions/16633956/android-studio-where-is-the-compiler-error-output-window

相关文章: