You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just add the jcenter() to the dependencyResolutionManagement,in settings.gradle. It should look like:
dependencyResolutionManagement {
repositoriesMode.set(...)
repositories {
mavenCentral()
jcenter()
}
}
Cannot resolve class com.gauravk.audiovisualizer.visualizer.BarVisualizer
I have implemented your method but it is showing error
The text was updated successfully, but these errors were encountered: