git-printa / osmbonuspack

Automatically exported from code.google.com/p/osmbonuspack
0 stars 0 forks source link

Map in tutorial 0 #85

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hello, 

I am following the tutorial in order to understand how does OSMDroid works. 
Unfortunatelly, i face a problem at the very beginning : when puting "MapView 
map = (MapView) findViewById(R.id.map);", an error is sent since |I have no map 
file .. Where do I find the map file for the tutorial ? 

Original issue reported on code.google.com by simonale...@gmail.com on 11 Sep 2014 at 9:42

GoogleCodeExporter commented 8 years ago
Generally, for osmdroid usage, refer to osmdroid doc. 
For this question: you can just copy the layout "activity_main.xml" from 
OSMBonusPackTuto project in your own project. The "map" resource is inside. 

Original comment by mathieu....@gmail.com on 12 Sep 2014 at 7:34