[android-developers] Re: DDMS won't load (or doesn't parse?) KML file

2009-10-18 Thread android
I do read the posts and put into a listview kml can you help me? On Sep 27, 11:27 pm, tarek attia tarek.m.at...@gmail.com wrote: Thn you,,really very thanks to you :)),, Ultimately  It worked fine On Sun, Sep 27, 2009 at 10:52 PM, ZA_Alligator alasdair.mcc...@gmail.comwrote:

[android-developers] Re: DDMS won't load (or doesn't parse?) KML file

2009-10-18 Thread claudiotainen
I've found this app to convert .kml files into suitable ones. http://ge2adt.appspot.com/ Hope it helps, cheers On 18 Ott, 20:46, android darioamor...@gmail.com wrote: I do read the posts and put into a listview kml can you help me? On Sep 27, 11:27 pm, tarek attia tarek.m.at...@gmail.com

[android-developers] Re: DDMS won't load (or doesn't parse?) KML file

2009-09-27 Thread ZA_Alligator
I found this solution on StackOverflow.com http://stackoverflow.com/questions/1053721/ddms-wont-load-or-doesnt-parse-kml-file 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

[android-developers] Re: DDMS won't load (or doesn't parse?) KML file

2009-09-27 Thread tarek attia
Thn you,,really very thanks to you :)),, Ultimately It worked fine On Sun, Sep 27, 2009 at 10:52 PM, ZA_Alligator alasdair.mcc...@gmail.comwrote: I found this solution on StackOverflow.com http://stackoverflow.com/questions/1053721/ddms-wont-load-or-doesnt-parse-kml-file

[android-developers] Re: DDMS won't load (or doesn't parse?) KML file

2009-09-25 Thread tarek.attia
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 marco.can...@gmail.com wrote: I've the same problem click the Button load kML Select my File. KML and do nothing

[android-developers] Re: DDMS won't load (or doesn't parse?) KML file

2009-08-27 Thread MarcoCanali
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 nderra...@gmail.com wrote: I've tried various permutations of KML files and now I've tried yours.  Still no luck.  And no error messages

[android-developers] Re: DDMS won't load (or doesn't parse?) KML file

2009-06-29 Thread atrekker
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 nameSimple placement/name Placemark nameSimple placemark/name

[android-developers] Re: DDMS won't load (or doesn't parse?) KML file

2009-06-29 Thread nderraugh
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 androidtrek...@gmail.com