[android-developers] Re: Map is not dispalying in the android emulator

2010-06-09 Thread aswini
hi, Thanks for your reply, i have tried all the options which u have given, Map is not displaying still. i am posting some of the logcat errors here, pls suggest me to proceed ..details of Android version and details listed below details of android stack which i am using : android 2.2 sdk is andro

[android-developers] Re: Map is not dispalying in the android emulator

2010-06-07 Thread doug
Some hoops to jump through: - You have to add this to the manifest as a child of : - You have to add this to the manifest as a child of : - You have to extend MapActivity, not Activity (you get an exception to this effect otherwise) - You have to change the build target to Google APIs Add-on as e

[android-developers] Re: Map is not dispalying in the android emulator

2010-06-04 Thread Nithin
The code that I gave doesn't contain anything, except creating an object of mapView with API key and displaying it. Nithin On Jun 4, 5:00 pm, aswini wrote: > hi , thanks for your reply, > > i have tried the code which u have sent, still i didnt get the map, i > have attached the logcat below. >

[android-developers] Re: Map is not dispalying in the android emulator

2010-06-04 Thread Nithin
from your code, just remove, android:required="true" from "uses- library" tag. For you, i created a simple program to display map as, public class ShowMap extends MapActivity { @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanc

[android-developers] Re: Map is not dispalying in the android emulator

2010-06-04 Thread aswini
Hi, Thanks for your reply, i am posting the source code, manifest file and layout here. this application developed as per the below link. http://mobiforge.com/developing/story/using-google-maps-android please guide me , what i am doing wrong in this. 1.certificate fingure print which i gener

[android-developers] Re: Map is not dispalying in the android emulator

2010-06-02 Thread Rahul
Hi, Can you plz post some code so that all the developers could evaluate the code and tell you the mistake you made. Hope that you have generated the API key correctly. If you are looking for some sample code then you can mail me... On Jun 3, 9:44 am, aswini wrote: > Hi , > > I am new to this g

[android-developers] Re: Map is not dispalying in the android emulator

2010-06-02 Thread Nithin
Can you become more clear, Map not displaying means, whether its showing tiles or something else. What exactly happening when launching your application ? Anyway, check you give proper permission, for internet, for google map library and for getting location. Nithin On Jun 3, 9:44 am, aswini wr