No map shown in osmdroid
问题 I tried to make an osmdroid project using Android Studio but any map is shown. I have just a blanck grid. In my xml file I put the folowing code : <?xml version="1.0" encoding="utf-8" ?> <LinearLayout xmlns:android="..." android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" > <org.osmdroid.views.MapView android:id="@+id/map" android:layout_width="match_parent" android:layout_height="match_parent" tilesource="Mapnik" /> </LinearLayout> in my