Re: [android-developers] MapActivity: Couldn't get connection factory client

2012-04-04 Thread Ankita Kashyap
Delete your debug.keystore and follow this http://stackoverflow.com/questions/9020565/does-a-new-debug-keystore-mean-a-new-map-api-key On Wed, Apr 4, 2012 at 7:31 PM, giles ian wrote: > After a lot of googling I findout this error id because of invalid May Key. > > And the reason for invalid Ma

Re: [android-developers] MapActivity doubt

2011-10-24 Thread Ratheesh Valamchuzhy
Add map activity in to the manifest file -- 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...@g

Re: [android-developers] MapActivity - Cannot perform locations

2011-05-16 Thread TreKing
On Sat, May 14, 2011 at 5:38 PM, funkatron wrote: > I have NOT yet tried this on an actual device - will do soon. > > Any help on this issue would be greatly appreciated - it's really baffling > me ;) > Are you sending locations to the emulator using the DDMS tool? -

Re: [android-developers] Mapactivity second intent

2011-05-10 Thread TreKing
On Tue, May 10, 2011 at 5:18 PM, ingy abbas wrote: > If i have an activity open socket between my client Android and python then > i want to go to other activity intent which is MapActivity by clicking on > Button ... So is it acceptable to open the second as Mapactivity ?!! any > help > You ma

Re: [android-developers] MapActivity And Leak : a google team overview ?

2011-05-04 Thread TreKing
On Wed, May 4, 2011 at 11:18 AM, olivier wrote: > 1- Do I miss something ? How do a good use of the mapActivity ? > http://code.google.com/android/add-ons/google-apis/reference/com/google/android/maps/MapActivity.html

Re: [android-developers] Mapactivity

2011-04-28 Thread Mark Murphy
On Thu, Apr 28, 2011 at 7:30 AM, kaushik p wrote: > I have almost gone through all the pages on web to get information on intent > mapactivity , i have not found anything that solves my problem . Does anyone > know about it ?any help is greatly appreciated Use adb logcat, DDMS, or the DDMS perspe

Re: [android-developers] Mapactivity

2011-04-28 Thread Mohammed Hossain Doula
Which emulator you are using? Does the emulator has the Google API enabled? You have to enable the Google Map from another Activity as I did. Are you placing the *Key *properly or not in the layout XML file? Just check those things again and again. Surely you would find out the problem. On Thu, Ap

Re: [android-developers] Mapactivity

2011-04-28 Thread kaushik p
I have almost gone through all the pages on web to get information on intent mapactivity , i have not found anything that solves my problem . Does anyone know about it ?any help is greatly appreciated On Thu, Apr 28, 2011 at 4:43 PM, kaushik p wrote: > no , i have used google maps from some oth

Re: [android-developers] Mapactivity

2011-04-28 Thread kaushik p
no , i have used google maps from some other application [app from internet which used google maps ],but not from the the code of other app . On Thu, Apr 28, 2011 at 4:30 PM, Mohammed Hossain Doula < hossaindo...@gmail.com> wrote: > Did you enable the GoogleMap from another Apps and then again Ru

Re: [android-developers] Mapactivity

2011-04-28 Thread Mohammed Hossain Doula
Did you enable the GoogleMap from another Apps and then again Run your Apps? On Thu, Apr 28, 2011 at 4:54 PM, kaushik p wrote: > But for every other activity it works fine , but for only mapactivity it > gives force close . I am not getting any kind of information on googling > also please help

Re: [android-developers] Mapactivity

2011-04-28 Thread Mark Murphy
On Thu, Apr 28, 2011 at 6:54 AM, kaushik p wrote: > But for every other activity it works fine , but for only mapactivity it > gives force close . I am not getting any kind of information on googling > also please help me Use adb logcat, DDMS, or the DDMS perspective in Eclipse to examine LogCat

Re: [android-developers] Mapactivity

2011-04-28 Thread kaushik p
But for every other activity it works fine , but for only mapactivity it gives force close . I am not getting any kind of information on googling also please help me On Thu, Apr 28, 2011 at 4:01 PM, Mark Murphy wrote: > You call startActivity() on a MapActivity the same as you would with > any o

Re: [android-developers] Mapactivity

2011-04-28 Thread Mark Murphy
You call startActivity() on a MapActivity the same as you would with any other Activity. On Thu, Apr 28, 2011 at 6:25 AM, kaushik p wrote: > hi all , > In my application i am trying to start a mapactivity from another activity . > I have been searching every where , i dint get correct information

Re: [android-developers] MapActivity ClassNotFound Error

2011-02-22 Thread Deepak Kumar
Yeah, I have added it to manifest. On Tue, Feb 22, 2011 at 10:01 PM, TreKing wrote: > On Tue, Feb 22, 2011 at 5:22 AM, Deepak Kumar > wrote: > >> But when I have created different project where I am using these class >> MapPrac extends MapActivity then its working Fine.Can anyone tell

Re: [android-developers] MapActivity ClassNotFound Error

2011-02-22 Thread TreKing
On Tue, Feb 22, 2011 at 5:22 AM, Deepak Kumar wrote: > But when I have created different project where I am using these class > MapPrac extends MapActivity then its working Fine.Can anyone tell me where > actually the problem? Did you add it to your manifest? ---

Re: [android-developers] MapActivity (MapView) Problem

2010-08-25 Thread Mark Murphy
I do not know if this helps, but here is a sample MapView project that generally works (once you put in your own API key): http://github.com/commonsguy/cw-android/tree/master/Maps/NooYawk/ Try that and see if you get the same crash. If not, start poking around to see what might be different betwe

Re: [android-developers] MapActivity (MapView) Problem

2010-08-25 Thread TreKing
On Wed, Aug 25, 2010 at 3:52 PM, tony obrien wrote: > I have all the appropriate Manifest entries, the simplest OnCreate --- > > all it does is setContextView() to the xml with a mapview in it. > Maybe post the layout file you're using? Maybe you have something goofy there. -

Re: [android-developers] MapActivity

2010-06-08 Thread Steve Howard
You can use Context.startActivity() with an Intent, just as you would for any other Activity. The Android developer docs cover this well. Steve On Thu, Jun 3, 2010 at 10:51 AM, Costantinos Costa < costa.costanti...@gmail.com> wrote: > How can i start a Mapactivity from a normal Activtiy? > > Th

Re: [android-developers] MapActivity

2009-12-17 Thread TreKing
As of 1.5 the maps library is a separate package. You have to set your build target to one with the Google API Add Ons. - TreKing - Chicago transit tracking app for Android-powered devices http://sites.