I parsed my .osm file using this command |
Why not ask your question on the new OpenStreetMap Community Forum?
I parsed my .osm file using this command |
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Question tags:
question asked: 04 Dec '16, 12:40
question was seen: 2,281 times
last updated: 06 Dec '16, 21:37
Assuming that "read the .osm file into my android studio" means "read the .osm file into an app that I have created using Android Studio", you'd read it in just the same way that your app reads other resources - you'd find somewhere to host it, and have your app download it from there.
If you haven't read them already I'd suggest that you read https://wiki.openstreetmap.org/wiki/Develop , https://wiki.openstreetmap.org/wiki/Elements and https://wiki.openstreetmap.org/wiki/Highway .