-
Notifications
You must be signed in to change notification settings - Fork 468
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
升级android studio 3报错 #67
Comments
aused by: org.gradle.api.internal.tasks.compile.CompilationFailedException: Compilation failed; see the compiler error output for details. |
rg.gradle.api.tasks.TaskExecutionException: Execution failed for task ':thirdsdk:magicasakura:compileDebugJavaWithJavac'
一下为修改,。用Implementation一样报错
dependencies {
api fileTree(dir: 'libs', include: ['*.jar'])
api "com.android.support:recyclerview-v7:${ANDROID_SUPPORT_VERSION}"
api "com.android.support:design:${ANDROID_SUPPORT_VERSION}"
api 'com.android.support.constraint:constraint-layout:1.0.2'
}
The text was updated successfully, but these errors were encountered: