I do read the posts and put into a listview kml can you help me?

On Sep 27, 11:27 pm, tarek attia <[email protected]> wrote:
> Thnkkkkkkkkkkkk you,,really very thanks to you :)),,
> Ultimately  It worked fine
>
> On Sun, Sep 27, 2009 at 10:52 PM, ZA_Alligator 
> <[email protected]>wrote:
>
>
>
> > I found this solution on StackOverflow.com
>
> >http://stackoverflow.com/questions/1053721/ddms-wont-load-or-doesnt-p...
>
> > basically the namespace should read
> > <kml xmlns="http://earth.google.com/kml/2.x";>
> > and not
> > <kml xmlns="http://www.opengis.net/kml/2.2";>
>
> > for your kml files. I've since changed my kml files and they all are
> > parsed correctly via the DDMS.
>
> > On Sep 25, 10:16 pm, "tarek.attia" <[email protected]> wrote:
> > > Anybody resolved this issue or have any idea,,,I do have this problem
> > > either and i dunno why!!!!!!
>
> > > P.S. I make my .kml files Using Google earth
>
> > > On Aug 28, 12:45 am, MarcoCanali <[email protected]> wrote:
>
> > > > I've the same problem click the Button load kML > Select my File. KML
> > > > and do nothing .... !! I use android-sdk-windows-1.5_r3  !
>
> > > > On 30 Giu, 02:24, nderraugh <[email protected]> wrote:
>
> > > > > I've tried various permutations of KML files and now I've tried
> > > > > yours.  Still no luck.  And no error messages either.  It just seems
> > > > > to ignore me.
>
> > > > > I'm on a dual processor quad core Xeon system running Vista 64 if it
> > > > > makes any difference.
>
> > > > > On Jun 27, 6:44 pm, atrekker <[email protected]> wrote:
>
> > > > > > 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 <[email protected]> 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 [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
-~----------~----~----~----~------~----~------~--~---

Reply via email to