I compare your KML with the one I have been using in DDMS & notice
some tag difference.
Please try following modified version:


<?xml version="1.0" encoding="UTF-8"?>

<kml xmlns="http://www.opengis.net/kml/2.2";>
<Document>
  <name>Simple placement</name>
  <Placemark>
      <name>Simple placemark</name>
      <description>Attached to the ground. Intelligently places itself
       at the height of the underlying terrain.</description>
      <Point>
        <coordinates>-122.0822035425683,37.42228990140251,0</
         coordinates>
      </Point>
  </Placemark>
</Document>
</kml>


On Jun 27, 2:45 pm, nderraugh <nderra...@gmail.com> wrote:
> I can't get DDMS to load any KML files.
>
> I have a KML file for example with the following in it:
>
> <?xml version="1.0" encoding="UTF-8"?>
> <kml xmlns="http://www.opengis.net/kml/2.2";>
>   <Placemark>
>     <name>Simple placemark</name>
>     <description>Attached to the ground. Intelligently places itself
>        at the height of the underlying terrain.</description>
>     <Point>
>       <coordinates>-122.0822035425683,37.42228990140251,0</
> coordinates>
>     </Point>
>   </Placemark>
> </kml>
>
> The docs athttp://developer.android.com/guide/developing/tools/ddms.html
> seem to indicate that I only need to launch my app and fire up DDMS
> and load the KML.  That doesn't work.
>
> I even tried the Google Earth solution suggested at the same link.
>
> I'm using SDK 1.5_r2.  I am doing something wrong or missing something?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to