java - No address associated with hostname while working with offline maps -


i'm trying work offline maps downloaded project , followed description make work result got in android monitor :

08-21 20:18:25.301 8245-8363/com.example.android.osmdroidofflinedemo w/maptiledownloader: unknownhostexception downloading maptile: /10/546/331 : java.net.unknownhostexception: unable resolve host "otile3.mqcdn.com": no address associated hostname 08-21 20:18:25.302 8245-8363/com.example.android.osmdroidofflinedemo i/*tilemoduleproviderbase: tile loader can't continue: /10/546/331 08-21 20:18:25.302 8245-8368/com.example.android.osmdroidofflinedemo w/maptiledownloader: unknownhostexception downloading maptile: /10/550/339 : java.net.unknownhostexception: unable resolve host "otile2.mqcdn.com": no address associated hostname 08-21 20:18:25.303 8245-8368/com.example.android.osmdroidofflinedemo i/*tilemoduleproviderbase: tile loader can't continue: /10/550/339

any ideas problem ?


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -