Re: [android-developers] Help me with adding overlays in google maps

2011-09-12 Thread Logesh rajendren
i found the problem. the problem is actually in manifest file . i didnt include HelloItemizedOverlay activity in the manifest file. On Mon, Sep 5, 2011 at 8:20 AM, TreKing treking...@gmail.com wrote: On Mon, Sep 5, 2011 at 6:24 AM, Logesh rajendren loges...@gmail.comwrote: *When i execute

Re: [android-developers] Help me with adding overlays in google maps

2011-09-05 Thread Logesh rajendren
*This is my main.xml layout file .* ?xml version=1.0 encoding=utf-8? com.google.android.maps.MapView xmlns:android=http://schemas.android.com/apk/res/android; android:id=@+id/mapview android:layout_width=fill_parent android:layout_height=fill_parent android:clickable=true

Re: [android-developers] Help me with adding overlays in google maps

2011-09-05 Thread TreKing
On Mon, Sep 5, 2011 at 6:24 AM, Logesh rajendren loges...@gmail.com wrote: *When i execute this application , i m getting the following error .* * application MapsOverlay(process.com.maps) has stopped unexpectedly. Please try again * *can u please help me now .. ?* Use LogCat and your

Re: [android-developers] Help me with adding overlays in google maps

2011-09-05 Thread Logesh rajendren
thank you , i will look into it. On Mon, Sep 5, 2011 at 8:20 AM, TreKing treking...@gmail.com wrote: On Mon, Sep 5, 2011 at 6:24 AM, Logesh rajendren loges...@gmail.comwrote: *When i execute this application , i m getting the following error .* * application MapsOverlay(process.com.maps)

[android-developers] Help me with adding overlays in google maps

2011-09-04 Thread Logesh
hello guys , i am just trying to add overlays and markers in google maps in my android application . I am very new to android development . I have tried with all the examples and snippets given . But nothing is working for me . whatever i do i am getting only error message . please help me to

Re: [android-developers] Help me with adding overlays in google maps

2011-09-04 Thread TreKing
On Sat, Sep 3, 2011 at 9:33 AM, Logesh loges...@gmail.com wrote: hello guys , i am just trying to add overlays and markers in google maps in my android application How? What are you trying? I am very new to android development . I have tried with all the examples and snippets given .