I am working on offline map using OSMDroid libraries. I have imported osmdroi-android-3.0.5.jar and slf4j-android-1.5.8.jar. I am following this link. But, I can not see the map. It shows only a white blank screen.
Solved: I was making an error while importing reference libraries osmdroi-android-3.0.5.jar and slf4j-android-1.5.8.jar. Once the libraries are placed in libs folder of the project. Right click to the jar file and select Build Path. These files will be placed in a referenced libraries folder of the project. Now again right click the jar files in referenced libraries and select Build Path ---> Configure Build Path. In the libraries tab select osmdroi-android-3.0.5.jar and edit its source attachment and Javadoc location. For source attachment see the snapshotSnapshot of source attachment configuration For Javadoc location see the snapshotSnapshot of Javadoc location configuration.
OSMdroid001 is the project name in my snapshot.