在AS下方找到Terminal的窗口,输入命令行:gradlew compileDebug --stacktrace
若没有效果输入:命令行查找错误:gradlew compileDebugSources
就能看到具体的错误了。
Android Studio 3.1以上不显示具体错误的解决方法
最新推荐文章于 2024-03-15 17:06:05 发布
在AS下方找到Terminal的窗口,输入命令行:gradlew compileDebug --stacktrace
若没有效果输入:命令行查找错误:gradlew compileDebugSources
就能看到具体的错误了。