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

2012-04-04 Thread giles ian
After a lot of googling I findout this error id because of invalid May Key. And the reason for invalid May Key could be bad debug.keystore file. Any solutions ?? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

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 gilesian@gmail.com wrote: After a lot of googling I findout this error id because of invalid May Key. And the

[android-developers] MapActivity doubt

2011-10-24 Thread Vennila
Hi, I am trying an Mapapplication, its working for me alone.but i want to call a mapactivity after a button click of an main activity, i tried it with intents and onclick method, but it doesnt works for me.i ll show my code here, main activity.java import android.app.Activity; import

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] MapActivity

2011-09-07 Thread ljboy
Hi, I think the problem is, that the MapView needs to be in activity which is derived from MapActivity. import com.google.android.maps.MapActivity; public class MyMapActivity extends MapActivity { ... } lj -- You received this message because you are subscribed to the Google Groups Android

[android-developers] MapActivity MapView Ontouch events

2011-07-29 Thread crem
Hello, I have a MapActivity and i want to listen if the user taps on the map (no matter where). I realized that the onTouchEvent(...) method will not work, because according to the documentation this method is only called when a touch screen event was not handled by any of the views under it. Ok

[android-developers] MapActivity, sub-Activities and timeout issue

2011-05-25 Thread Dani
Hi, my app works like this: I have a main MapActivity with some overlays, when a user click on one of these starts an sub-activity in a popup window that show an mpeg (progressive download) with media player. Basically it works well, but if I open and close repeatedly and quickly these

[android-developers] MapActivity - Cannot perform locations

2011-05-16 Thread funkatron
Hi there, I'm trying to get the Map demos working, as provided in the Google API sample projects. I am using AVDs and have tried with versions 8, 10 and 11 and get the same issue. I've generated my own debug key and added to the project. I can see the map on app start up, and can zoom in etc -

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

2011-05-16 Thread TreKing
On Sat, May 14, 2011 at 5:38 PM, funkatron sunil.samarasin...@gmail.comwrote: 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?

[android-developers] Mapactivity second intent

2011-05-10 Thread ingy abbas
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 received this message because you are subscribed to the

Re: [android-developers] Mapactivity second intent

2011-05-10 Thread TreKing
On Tue, May 10, 2011 at 5:18 PM, ingy abbas ingy.abba...@gmail.com 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 ?!!

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

2011-05-04 Thread olivier
Dears, I am facing OutOfMemory problem and when analysing the memory I see that my program keep two instances of my MapActivity. If I use the HelloMap program, I see the same result. 1- Do I miss something ? How do a good use of the mapActivity ? 2- I have three mapActivities differents. I

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 olivier.stev...@treebux.fr 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

[android-developers] Mapactivity

2011-04-28 Thread kaushik p
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 . Please help me , Is it possible to intent mapactivity from an existing activity ? -- ThanksRegards Kaushik Pendurthi

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 kaushiks...@gmail.com 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

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 mmur...@commonsware.comwrote: You call startActivity() on a MapActivity the same as

Re: [android-developers] Mapactivity

2011-04-28 Thread Mark Murphy
On Thu, Apr 28, 2011 at 6:54 AM, kaushik p kaushiks...@gmail.com 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

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 kaushiks...@gmail.com 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

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 Run

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 kaushiks...@gmail.com wrote: no , i have used

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,

Re: [android-developers] Mapactivity

2011-04-28 Thread Mark Murphy
On Thu, Apr 28, 2011 at 7:30 AM, kaushik p kaushiks...@gmail.com 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,

[android-developers] MapActivity( 424): Couldn't get connection factory client

2011-04-15 Thread ayush
Hello Experts, I am facing the error mentioned in subject line on loading my app. I have generated the key as per the right method and added it at the right place in mail.xml. I also read that it might happen because of wrong debug.keystore. i also went and regenerated keystore corresponding key

[android-developers] MapActivity ClassNotFound Error

2011-02-22 Thread Deepak Kumar
Hi All, I am using a class that extends MapActivity.I got following *NoClassDefFoundError *error. Uncaught handler: thread main exiting due to uncaught exception E/AndroidRuntime( 4538): *java.lang.NoClassDefFoundError*: com.permeative.cityessentials.MapPrac

Re: [android-developers] MapActivity ClassNotFound Error

2011-02-22 Thread TreKing
On Tue, Feb 22, 2011 at 5:22 AM, Deepak Kumar deepak.kumar...@gmail.comwrote: 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 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 treking...@gmail.com wrote: On Tue, Feb 22, 2011 at 5:22 AM, Deepak Kumar deepak.kumar...@gmail.comwrote: But when I have created different project where I am using these class MapPrac extends

[android-developers] MapActivity with inflate layout problem

2011-02-21 Thread Dani
Hi, I have a strange problem: I'm trying to inflate a layout with a button over a MapView, after the user click on a marker on the map. This layout appears on the map but every kind of button I put in the xml there seem to be frozen, they do not respond at the click action (no animation).

[android-developers] MapActivity (MapView) Problem

2010-08-25 Thread tony obrien
I have a DROID using Android 2.2 I am attempting to get the simplest MapActivity to run on the device. (NetBeans latest and greatest using a Google Api build target.) I have all the appropriate Manifest entries, the simplest OnCreate --- all it does is setContextView() to the xml with a mapview

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

2010-08-25 Thread TreKing
On Wed, Aug 25, 2010 at 3:52 PM, tony obrien tobsourcecode...@gmail.comwrote: 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 (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

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? Thank

[android-developers] MapActivity

2010-06-07 Thread Costantinos Costa
How can i start a Mapactivity from a normal Activtiy? Thank you, Costantinos -- 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

[android-developers] MapActivity background process

2010-04-13 Thread coolxeo
I'm trying to launch a request to reflect changes in MapActivity. On a simple Activity it works but not in MapActivity Thanks in advance -- 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] MapActivity

2009-12-17 Thread Sasikumar.S
Hi, shall we use map application in android2.0?.. I tried to install map application in android1.5 , but it is showing Installation error: INSTALL_FAILED_MISSING_SHARED_LIBRARY. In android1.1 it is working. wat is the reason?... -- Thanks Regards Sasikumar.S -- You received this message

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

[android-developers] MapActivity - Couldn't get connection factory client error in LogCat

2009-11-04 Thread Syl
I met an issue to use the Google Maps API, even using the sample code available in Android SDK dir/add-ons/google_apis-4/samples/ MapsDemo directory and modifing the android:api-key attribute value with my own Maps API key in the MapView element. The MapView always stays grey. I create a project

[android-developers] MapActivity cannot be resolved to a type

2009-10-21 Thread King Solomon
Hi. I have tried using MapActivity as it is suggested by this tutorial: http://developer.android.com/intl/fr/guide/tutorials/views/hello-mapview.html However I get this error message in Eclipse: MapActivity cannot be resolved to a type. Yes, I have checked Google APIs 4 and even verified that in

[android-developers] MapActivity and generated API key

2009-10-19 Thread stanlick
Has any individual deployed an .apk that uses the add-on Google Maps API? This weekend I tried to decipher the licensing aspects of the generated API key, but I guess I'm not attorney enough to wring out the summary. One license referred to another which referred to another and my eyes started

[android-developers] MapActivity in android 1.5

2009-08-19 Thread Honest
Hello, I want to display my two point on maps. I saw many example but they are using MapActivity when i used MapActivity in my sdk which is 1.5. it seems it is not available in it. So is it true that it is not available in 1.5 API. So is there any other alternative for it. can i do it using the

[android-developers] MapActivity not showing more than 1 GeoPoint

2009-07-14 Thread Bryant
Hi there, I've been playing around with the MapActivity all day and haven't figured out how to add more than 1 OverlayItem to the map overlays. From following the http://developer.android.com/guide/tutorials/views/hello-mapview.html tutorial, it says that another overlayitem can be added by

[android-developers] MapActivity, Buttons and OnClickListener

2009-04-21 Thread nmesisca
Hi all, could you give me some help please? I have written a simple MapActivity that contains a mapview (defined in the xml file); it also contains a Button. If the Button has no OnClickListener associated then the project runs fine (the mapview is of course empty). If I add an OnclickListener

[android-developers] MapActivity Problem --Debugs but won't launch from signed apk.

2008-12-09 Thread joshbeck
Problem: -I have the simplest MapActivity known to Android. (Code Below) -In Eclipse I run as-Android Application (G1 connected in debug mode.) -Works fine. Gray Grid is displayed. -Once I export, sign, and download it to my phone as an apk it says: -Install Successful!

[android-developers] MapActivity / MapView causes application to crash at startup

2008-11-09 Thread bw
Hi, I'm trying to create a new application with a MapView. When I first create a new Android project in Eclipse, I run it in the emulator and get the expected Hello, [project name] message. Then, I try changing Activity to MapActivity and adding a MapView (I've tried both the xml and the code

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

2008-10-07 Thread Ricardo
Hi all, I´m trying to create a application using MapView with GPS... but the following error appears in LogCat: MapActivity(8287): Couldn't get connection factory client. And it shows a strange screen in the emulator instead of the Maps... The problem is that sometimes it works.. But 90% of

[android-developers] MapActivity onTouchEvent

2008-04-02 Thread Alex B
Hi, Has anyone managed to override onTouchEvent within MapActivity? I know that overriding onTouchEvent in MapView is possible, and I have done that, but I need to do it in MapActivity. I see it in the API in the section Methods inherited from class android.app.Activity. I have written the