简体   繁体   English

Android Studio中的compileDebugJavaWithJavac错误

[英]compileDebugJavaWithJavac error in Android Studio

I'm searching for a solution for the following error but couldn't solve it. 我正在寻找以下错误的解决方案,但无法解决。

Screenshot 屏幕截图

build.gradle build.gradle

Change, 更改,

androidTestCompile ('com.android.support.test.espresso:espresso-core:3.0.0', {
    exclude group: 'com.android.support', module: 'support-annotations'
})

To

androidTestCompile 'com.android.support.test.espresso:espresso-core:3.0.0'

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Android Studio 错误 compileDebugJavaWithJavac - Android Studio Error compileDebugJavaWithJavac Android Studio 错误:任务 ':app:compileDebugJavaWithJavac' 执行失败 - Android Studio Error:Execution failed for task ':app:compileDebugJavaWithJavac' Android Studio-任务':app:compileDebugJavaWithJavac'的执行失败 - Android Studio - Execution failed for task ':app:compileDebugJavaWithJavac' Android Studio 中任务 :app:compileDebugJavaWithJavac 的执行失败 - Execution Failed for task :app:compileDebugJavaWithJavac in Android Studio Android Studio:app:compileDebugJavaWithJavac软件包R不存在 - Android Studio :app:compileDebugJavaWithJavac package R does not exist 任务 ':app:compileDebugJavaWithJavac' Android Studio 3.1 更新执行失败 - Execution failed for task ':app:compileDebugJavaWithJavac' Android Studio 3.1 Update Android Studio 2.1.1中的Gradle构建失败:“ app:compileDebugJavaWithJavac”(错误的路径) - Gradle Build failed in Android Studio 2.1.1 : 'app:compileDebugJavaWithJavac' (wrong path) 任务执行失败:app:compileDebugJavaWithJavac in Android Studio java - Execution Failed for task :app:compileDebugJavaWithJavac in Android Studio java android运行失败错误:任务':app:compileDebugJavaWithJavac'的执行失败 - android run failed Error:Execution failed for task ':app:compileDebugJavaWithJavac' Android编译错误,任务':app:compileDebugJavaWithJavac'的执行失败 - Android compile error, Execution failed for task ':app:compileDebugJavaWithJavac'
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM