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

Cannot resolve class com.gauravk.audiovisualizer.visualizer.BarVisualizer #31

Open
shikhar0512L opened this issue Jul 11, 2022 · 2 comments

Comments

@shikhar0512L
Copy link

Cannot resolve class com.gauravk.audiovisualizer.visualizer.BarVisualizer

I have implemented your method but it is showing error

@Benji377
Copy link

Could you please share a screenshot of the error you are getting, or copy-paste the stack trace?

Also make sure that you have included jcenter() in your build.gradle file:

allprojects {
    repositories {
        google()
        mavenCentral()
        jcenter() // Warning: this repository is going to shut down soon
        maven { url 'https://jitpack.io' }
    }
}

@successdrives
Copy link

Just add the jcenter() to the dependencyResolutionManagement,in settings.gradle. It should look like:
dependencyResolutionManagement {
repositoriesMode.set(...)
repositories {
mavenCentral()
jcenter()
}
}

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

3 participants