Skip to content Skip to sidebar Skip to footer

I Get An Error On Getinstance() Method Even Though I Followed The Osmdroid Documentation Correctly

getInstance() shows an error after following the doc correctly. but i need to know what version to be used here: dependencies { compile 'org.osmdroid:osmdroid-android:(INSERT_V

Solution 1:

Use the latest version in a way specified at the documentation here :

compile'org.osmdroid:osmdroid-android:5.6.5'

You can always check which version is the latest on github.

Post a Comment for "I Get An Error On Getinstance() Method Even Though I Followed The Osmdroid Documentation Correctly"