OSMDroid simple example required

前端 未结 6 954
我在风中等你
我在风中等你 2020-12-24 15:15

I am trying to create an app that uses offline maps and custom tiles. For this I have decided to use OSMDroid and have included the jar within my project. I will create my c

6条回答
  •  别那么骄傲
    2020-12-24 16:05

    To avoid the crash bubbly had, you need to add osmdroid-android.jar and slf4j-android.jar to libs in your project. See Simple osmdroid application doesn't work for more details

提交回复
热议问题