-
Notifications
You must be signed in to change notification settings - Fork 0
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
Could not find method compile() for arguments [com.android.support:recyclerview-v7:25.3.1] #1
Comments
project\ build gradle `// Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript {
// Blox SDK version
}` Android \ build gradle `apply plugin: 'com.android.application' android {
} |
i have already given you solution here. https://stackoverflow.com/a/60575279/8678995 you need to remove
from build.gradle(Project) and place in build.gradle(app)
|
means i need to remove compile from dependencies and write implementation? replace compile to implementation in all build gradle? |
yes replace compile with implementation and you need to move these dependencies from build.gradle(Project) to build.gradle(App).
|
hi, implementation"com.android.support:recyclerview-v7:25.3.1"
implementation 'com.github.bumptech.glide:glide:3.6.1'
|
hi haider, |
hi,
In my android studio build gradle is failed i dont know how so then i check the log and i saw this error Error:Could not find method compile() for arguments [com.android.support:recyclerview-v7:25.3.1] on object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler.
Please install the Android Support Repository from the Android SDK Manager. Open Android SDK Manager
then i check it but android support respository is already installed version 47.0.0 i restart android studio but it shows same error how i solve this error from android studio please help me to solve this problem?
The text was updated successfully, but these errors were encountered: