Search code examples
javaandroidandroid-studioosmdroid

OSMDroid Bonus Pack - gradle.build error - Failed to Resolve Dependency


I'm attempting to follow the HowToInclude tutorial, however I've run into an issue with the dependency failing to resolve. Specifically, this step:

Then in the build.gradle of your app, add this dependency:

dependencies { ... compile 'com.github.MKergall:osmbonuspack:6.5.1' } and that's it.

Upon trying to sync Gradle I get the following error:

Failed to Resolve: com.github.MKergall:osmbonuspack:6.5.1


Solution

  • This issue is answered here. Hopefully osmbonuspack documentation will be improved.