Skip to content
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

Dependency missing in build.gradle for org.altbeacon:android-beacon-library:2.16.1 #480

Open
bha2020 opened this issue May 2, 2023 · 4 comments

Comments

@bha2020
Copy link

bha2020 commented May 2, 2023

I am getting following error after android build and opening project in android studio
Caused by: org.gradle.internal.metaobject.AbstractDynamicObject$CustomMessageMissingMethodException: Could not find method compile() for arguments [org.altbeacon:android-beacon-library:2.16.1] on object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler.

because there is no dependency available in build.gradle for implementation "org.altbeacon:android-beacon-library:2.16.1"

If I added this dependency manually then still this error exists

@noahbaron
Copy link

noahbaron commented May 2, 2023 via email

@noahbaron
Copy link

noahbaron commented May 2, 2023 via email

@bha2020
Copy link
Author

bha2020 commented May 3, 2023

@noahbaron Thank you for the reply I have added implementation "org.altbeacon:android-beacon-library:2.19.5" this line in build.gradle file but still same error exists
Screenshot 2023-05-03 160612

@noahbaron
Copy link

noahbaron commented May 3, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants