I have a simple android app (using Android Studio) which creates a marker at the place where you touch the map at. Code works fine. Now I want to use marker clustering using Google Maps marker clustering utility library. I followed https://developers.google.com/maps/documentation/android/utility/marker-clustering
but they haven't explained how to setup using clustering utility library in Android Studio. I downloaded utility library from ~github.com/googlemaps/android-maps-utils and tried to import as module as explained at http://googlemaps.github.io/android-maps-utils/
It imported the module in my opened project. Now I went into project structure and add the module dependency and selected utility library module. I did the change "compile 'com.google.maps.android:android-maps-utils:0.3+'" in project's build.gradle But when I tried to compile the project I got below error:
"Gradle 'MyMap' project refresh failed: Configuration with name 'default' not found. Gradle settings"
Any help is appreciated.
Thanks, Satendra