I'm trying to use the DDMS view to simulate GPS updates on an instance of the Android Emulator, but the GPX I generated with My Tracks isn't being accepted for an unknown reason.
I don't get any errors when I try to load the GPX file (using the Load GPX... button in the Emulator Control), but it doesn't populate any locations either. The GPX file has a <trk> object with a <trkseg> inside that with many <trkpt>'s inside that, just like the documentation specifies here: http://developer.android.com/guide/developing/tools/ddms.html Anyone at Google want to tell us what the actual requirements for a GPX are in order to be parsed correctly by the DDMS? There are similar existing, unanswered questions here: http://groups.google.com/group/android-developers/browse_thread/thread/8eb893742129fafd/a92bd4506d9509cd Also, why doesn't the DDMS properly parse LineString objects from KML files? That seems like such a simple thing to do to make development much easier; the only difference is that LineString <coordinate> contents have 3n numbers whereas single points have 3 numbers. --Ben --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

