错误:无法确定任务':app:compileDebugJavaWithJavac'的依赖关系。 >无法使用JavaGradleScopeServices.createAnnotationProcessorDetector()创建AnnotationProcessorDetector类型的服务。
我收到了上述错误,我尝试了很多东西(设置jdk路径,添加support-annotation library e.t.c)来删除此错误但没有任何改变。我在我的应用程序中使用了Android Studio 3.0.1和工具栏,minSdk 15,maxSdk 26。
这是我的傻瓜:
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'com.android.support:appcompat-v7:26.1.0'
implementation 'com.android.support.constraint:constraint-layout:1.1.0
testImplementation 'junit:junit:4.12'