-
Notifications
You must be signed in to change notification settings - Fork 138
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 com.chibde:audiovisualizer:2.2.0. #42
Comments
I have the same problem. Can you please let us know how to solve this problem? |
com.chibde.visualizer.BarVisualizer |
I have also the same problem and now I fixed it. Just add this dependency. implementation 'io.github.gautamchibde:audiovisualizer:2.2.5' |
Yeah it seems like the wiki hasn't been updated for all of the classes besides the SquareBar Visualizer. This solved the issue for me. |
I added it and it didn't work for me when I run or build the app it says : "
" how can I solve it please!. |
If you already added Then you'll want to remove Keep in mind, a lot of the usage cases in the wiki are also outdated. I opened an issue to correct it here in issue 52. You'll probably run into that once you get the dependencies working. |
okay, thanks it worked but and it's fine but when I write it's XML code the XML layout disappears |
i have used this in my build.gradle(:app) , but getting above error,pls help where i am wrong below is my build.gradle(:app) file
plugins {
id 'com.android.application'
}
android {
compileSdk 31
}
dependencies {
}
The text was updated successfully, but these errors were encountered: