I am trying to add open street map MapView to my sample project. I've followed the instruction on this Q&A:
How to create map tiles from OpenStreetMap offline, display it on Android?
I've added these two jar files in eclipse build path: osmdroid-android-3.0.7.jar slf4j-android-1.5.8.jar
When I run the project I get this exception:
java.lang.ClassNotFoundException: org.osmdroid.views.MapView in loader dalvik.system.PathClassLoader[/data/app/net.testapp.osmtest-1.apk]
Any idea?