[android-developers] Re: MapActivity

2009-12-17 Thread Kumar Bibek
Check your AVD configuration if it has Google APIs. Thanks, Kumar Bibek http://tech-droid.blogspot.com On Dec 18, 9:13 am, "Sasikumar.S" wrote: > Hi, > > shall we use map application in android2.0?.. > > I tried to install map application in android1.5 , but it is showing > "Installation error:

[android-developers] Re: MapActivity

2009-12-17 Thread Sasikumar.S
Thank you, Its working now On Dec 18, 9:33 am, Kumar Bibek wrote: > Check your AVD configuration if it has Google APIs. > > Thanks, > Kumar Bibek > > http://tech-droid.blogspot.com > > On Dec 18, 9:13 am, "Sasikumar.S" wrote: > > > Hi, > > > shall we use map application in android2.0?.. > >

[android-developers] Re: MapActivity

2009-12-17 Thread Sasikumar.S
Thank you,Its working now On Dec 18, 9:33 am, TreKing wrote: > 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

[android-developers] Re: Mapactivity

2011-04-28 Thread Fina Perez
check the manifest, to see if you have the library and the mapactivity there. But as Mark says, look at the stack treace in the logcat, it's really helpful On Apr 28, 1:42 pm, Mark Murphy wrote: > On Thu, Apr 28, 2011 at 7:30 AM, kaushik p wrote: > > I have almost gone through all the pages on

[android-developers] Re: MapActivity onTouchEvent

2008-04-02 Thread wonderoid
You could try overriding the dispathTouchEvent method, i think it's called before onTouchEvent On 2 Nisan, 22:37, Alex B <[EMAIL PROTECTED]> wrote: > Hi, > > Has anyone managed to override onTouchEvent within MapActivity? I > know that overriding onTouchEvent in MapView is possible, and I have >

[android-developers] Re: MapActivity onTouchEvent

2008-04-02 Thread Alex B
Indeed, you are right. Using dispathTouchEvent worked. Thank you kindly! --~--~-~--~~~---~--~~ 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@googlegrou

[android-developers] Re: MapActivity onTouchEvent

2008-04-02 Thread Alex B
Sorry, I meant dispatchTouchEvent. I'm correcting it in case anyone searches for that keyword. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-d

[android-developers] Re: MapActivity onTouchEvent

2008-04-02 Thread guzarva
On Apr 3, 4:20 am, wonderoid <[EMAIL PROTECTED]> wrote: > You could try overriding the dispathTouchEvent method, i think it's > called before onTouchEvent > > On 2 Nisan, 22:37, Alex B <[EMAIL PROTECTED]> wrote: > > > > > Hi, > > > Has anyone managed to override onTouchEvent within MapActivity?

[android-developers] Re: MapActivity onTouchEvent

2008-04-02 Thread guzarva
On Apr 3, 7:58 am, Alex B <[EMAIL PROTECTED]> wrote: > Sorry, I meant dispatchTouchEvent. I'm correcting it in case anyone > searches for that keyword. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Develop

[android-developers] Re: MapActivity onTouchEvent

2008-04-02 Thread guzarva
On Apr 3, 2:37 am, Alex B <[EMAIL PROTECTED]> wrote: > 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

[android-developers] Re: MapActivity onTouchEvent

2008-04-02 Thread guzarva
On Apr 3, 7:45 am, Alex B <[EMAIL PROTECTED]> wrote: > Indeed, you are right.  Using dispathTouchEvent worked.  Thank you > kindly! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post

[android-developers] Re: MapActivity and onKeyDown

2008-10-18 Thread Mark Murphy
Ricardo wrote: > Hi all, > > I created a MapActivity/MapView and I override the onKeyDown method > like this. > > But now the "back button" doesn´t work any more. > > Since I returned false in my code, this means I didn´t handle this > event and it should continue... > > So I didn´t understand

[android-developers] Re: MapActivity and onKeyDown

2008-10-18 Thread Ricardo
Thanks Mark, it´s working now... I didn´t realize that.. Ricardo On 18 out, 11:37, Mark Murphy <[EMAIL PROTECTED]> wrote: > Ricardo wrote: > > Hi all, > > > I created a MapActivity/MapView and I override the onKeyDown method > > like this. > > > But now the "back button" doesn´t work any more.

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

2010-08-26 Thread tony obrien
Mr. Murphy --- excellent suggestion. TreKing -- you too were on the right TraK. Stare and compare revealed that I was missing the permission for ACCESS_COARSE_LOCATION in the manifest. How that translates into a Layout/PixelConverter problem is for another study ;<>) I would have expected to get

[android-developers] Re: MapActivity ClassNotFound Error

2011-02-22 Thread Bagatelle: David Lee Evans
Well, no much information to go on, but since you stated that this worked for you before, perhaps the problem that you are running into is that you forgot to set the uses-library tag in the Application Manifest file. Here is a link explaining maps http://code.google.com/android/add-ons/google-apis/

[android-developers] Re: MapActivity ClassNotFound Error

2011-02-22 Thread DanH
Were there any other earlier exceptions that cascaded into this one? Best guess is that MapPrac is found but is erroring out on loading, could be due to a mismatched reference to another class, could be due to an error in static init, could be several other problems. On Feb 22, 5:22 am, Deepak Kum

[android-developers] Re: Mapactivity second intent

2011-05-10 Thread TreKing
Please respond to the group. On Tue, May 10, 2011 at 5:32 PM, ingy abbas wrote: > Can i open the first activity normal activty then the second > activity MapsActivity?? > Yes - you could have figured this out by just trying it ... ---

[android-developers] Re: Mapactivity second intent

2011-05-10 Thread ingy abbas
Done and the first activity work well i make a button to make me view the next activity but it forse close Due to this errors 05-11 02:46:19.823: ERROR/AndroidRuntime(311): Uncaught handler: thread main exiting due to uncaught exception 05-11 02:46:19.843: ERROR/AndroidRuntime(311): java.lang.NoCl

[android-developers] Re: Mapactivity second intent

2011-05-11 Thread ingy abbas
ye !! On May 11, 2:39 am, TreKing wrote: > On Tue, May 10, 2011 at 6:48 PM, ingy abbas wrote: > > *05-11 02:46:19.843: ERROR/AndroidRuntime(311): > > java.lang.NoClassDefFoundError: yaraby.y.Mapy* > > Did you include the class in you manifest? > >

[android-developers] Re: MapActivity in android 1.5

2009-08-19 Thread tstanly
if you want to put color on the mapview, you must use the "overlay" class search for overlay in the map API On 8月19日, 下午2時16分, Honest wrote: > 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.

[android-developers] Re: MapActivity in android 1.5

2009-08-19 Thread Honest
I could not find MapActity in my android 1.5. On Aug 19, 12:11 pm, tstanly wrote: > if you want to put color on the mapview, > you must use the "overlay" class > search for overlay in the map API > > On 8月19日, 下午2時16分, Honest wrote: > > > > > Hello, > > > I want to display my two point on maps.

[android-developers] Re: MapActivity in android 1.5

2009-08-19 Thread Mark Murphy
Honest wrote: > I could not find MapActity in my android 1.5. It's an add-on: http://developer.android.com/guide/topics/location/index.html#maps -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Android Development Wiki: http://wiki.andmob.org --~--~--

[android-developers] Re: MapActivity in android 1.5

2009-08-19 Thread Jack Ha
I would recommend to take a look at the HelloMapView tutorial: http://developer.android.com/guide/tutorials/views/hello-mapview.html -- Jack Ha Open Source Development Center ・T・ ・ ・Mobile・ stick together The views, opinions and statements in this email are those of the author solely in their i

[android-developers] Re: MapActivity in android 1.5

2009-08-20 Thread Honest
Hello jacik ha Thanks for your reply. I read that example and did according to it. But yet my eclipse is giving error in extending MapsActivity. The following is my manifiest file code. So can some one tell me i am using android 1.5 SDK then also why i am not able to use MapsActivity. http://sc

[android-developers] Re: MapActivity in android 1.5

2009-08-27 Thread iPaul Pro
Did you specify a Maps API key? http://developer.android.com/guide/tutorials/views/hello-mapview.html http://code.google.com/android/maps-api-signup.html http://schemas.android.com/apk/res/ android" android:id="@+id/mainlayout" android:orientation="vertical" android:layout_width="f

[android-developers] Re: MapActivity MapView Ontouch events

2011-08-24 Thread 曉芸
Hi, you can change "return false" to "return true" -- 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+uns

Re: [android-developers] Re: MapActivity ClassNotFound Error

2011-02-22 Thread Deepak Kumar
Thanks, You are correct. On Tue, Feb 22, 2011 at 9:43 PM, Bagatelle: David Lee Evans < dle.ev...@gmail.com> wrote: > Well, no much information to go on, but since you stated that this > worked for you before, > perhaps the problem that you are running into is that you forgot to > set the uses-li

Re: [android-developers] Re: Mapactivity second intent

2011-05-10 Thread TreKing
On Tue, May 10, 2011 at 6:48 PM, ingy abbas wrote: > *05-11 02:46:19.843: ERROR/AndroidRuntime(311): > java.lang.NoClassDefFoundError: yaraby.y.Mapy* > Did you include the class in you manifest? - Tr

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

2011-05-16 Thread Adam Ratana
A few things you need to do, in case this is user error and not the SDK: 1. In the AVD, make sure the device explicitly has gps enabled when creating/editing it, double check this, it may default to true, though 2. On your emulated device, go into settings, make sure gps is enabled, but also und

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

2011-05-16 Thread Indicator Veritatis
I have two suggestions: 1) Google 'android developer "MapActivity : Couldn't get connection factory client"' and try whichever of the 'fixes' sounds like it is most likely to be appropriate for your problem. There are lots of mentions of this problem, they seem to be followed by either no answer o

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

2011-05-17 Thread Eamonn Dunne
The factory client error message is very strange, I get it a few times in my logs but everything still runs correctly. I've seen other people report the same thing. Not very helpful, sorry, just thought it was worth mentioning. -- You received this message because you are subscribed to the Goog

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

2011-05-26 Thread Dani
I would be happy if someone would give me some advice on how to develop a popup sub-activities system Daniele -- 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 unsubs

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

2012-04-04 Thread lbendlin
I still get that error a lot even with a correct map key (map tiles are loading). Apart from the error message, do you see any negative effects in your app? On Wednesday, April 4, 2012 10:01:35 AM UTC-4, giles ian wrote: > > After a lot of googling I findout this error id because of invalid May

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

2008-10-16 Thread Matthias
I have the same problem. Any ideas yet? --~--~-~--~~~---~--~~ 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 grou

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

2008-10-27 Thread android-noob
Maybe its an apikey problem. http://www.androidph.com/2008/10/android-map-viewer.html On Oct 17, 12:55 am, Matthias <[EMAIL PROTECTED]> wrote: > I have the same problem. Any ideas yet? --~--~-~--~~~---~--~~ You received this message because you are subscribed to t

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

2008-10-29 Thread Prakash
Hi , I am getting the same exception. Were you able to solve it? Pls let me know if there is a solution. Thanks Prakash On Oct 7, 5:48 am, Ricardo <[EMAIL PROTECTED]> wrote: > Hi all, > > I´m trying to create a application using MapView with GPS... but the > following error appears in LogCat:

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

2008-11-02 Thread mschot
Hi Prakash, This seems to be an error with the api as android-noob said. goto http://code.google.com/android/toolbox/apis/mapkey.html and follow the steps... hope this helps.. mschot --~--~-~--~~~---~--~~ You received this message because you are subscribed to

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

2009-10-21 Thread Lance Nanek
Make sure it is imported in your class: import com.google.android.maps.MapActivity; Another thing to check is that the manifest has this line: Although I think that second thing is a force close error, not an Eclipse error. On Oct 21, 3:39 pm, King Solomon wrote: > Hi. I have tried using MapA

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

2012-04-05 Thread Vo Trung Liem
Do you have a valid map key? Please use new key store to build and display map. On Thu, Apr 5, 2012 at 5:22 AM, lbendlin wrote: > I still get that error a lot even with a correct map key (map tiles are > loading). Apart from the error message, do you see any negative effects in > your app? > > >

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

2012-04-05 Thread giles ian
Thanks All, So i has first delete the corrupt debug.keystore and then regenerate a new one. Then the map key generated from this forked fine On Thu, Apr 5, 2012 at 1:36 PM, Vo Trung Liem wrote: > Do you have a valid map key? > Please use new key store to build and display map. > > On Thu, Apr 5

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

2012-04-10 Thread Héctor Pérez Arteaga
Could you finally solve this problem? I have the same problem, it seems that Eclipse does not recognize the existence of this package. El miércoles, 21 de octubre de 2009 20:39:51 UTC+1, King Solomon escribió: > > Hi. I have tried using MapActivity as it is suggested by this > tutorial: > htt

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

2011-04-15 Thread Ayush Sharma
could someone pls help me ? On Thu, Apr 14, 2011 at 11:12 PM, ayush wrote: > 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

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

2011-05-13 Thread olivier
Thanks for your answer, Ok for point 2, But is it normal, that after calling the garbage after closing a mapActivity, I always see MapActivity,referenced in Memory. I notice this point even if I do a simple project similar to the android tutorial. To do test, I build a two Activities application

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

2011-05-13 Thread lbendlin
don't believe everything you hear about gc. In fact, don't believe anything you hear about gc. As I understand it, Google/Android likes to "keep stuff around just in case". Even if you explicitly exit your application you will still see it in the "task manager" etc. (It even goes as far as sta

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

2011-05-16 Thread olivier
Thanks of your answer, I anderstand that Android when I exit my application, is not killing the app, because of the multi-task system. I have got no problem with that. My problem, is why even on a simple project I keep reference of my MapActivity after this one is closed. (Not my all application

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

2008-12-09 Thread Alemao
I'm also having the same issue. I even tried a very simple example from Android's documentation (http://code.google.com/android/samples/ ApiDemos/src/com/example/android/apis/view/MapViewDemo.html) but the result is the same: "Application has stopped unexpectedly". I added all the permissions (ht

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

2008-12-09 Thread Aldo Neto
Never mind. I was adding the LIB in the wrong place of the Manifest.XML file. Thanks anyway. On Tue, Dec 9, 2008 at 3:43 PM, Alemao <[EMAIL PROTECTED]> wrote: > > I'm also having the same issue. I even tried a very simple example > from Android's documentation (http://code.google.com/android/sam

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

2008-11-09 Thread bw
Also had to add above my application tag. (Source: http://groups.google.com/group/android-developers/browse_thread/thread/74b47e1e11067865/9d7f0badbc0bbfc5?lnk=gst&q=MapView#9d7f0badbc0bbfc5) Is there some place where this is all documented? I think this info should be in the javadocs for the

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

2008-11-09 Thread bw
Got it.. "This is not a standard package in the Android library. In order to use it, you must add the following XML element, as a child of the application element, in your AndroidManifest.xml file: From: http://code.google.com/android/toolbox/apis/lbs.html --~--~-~--~~-

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

2008-11-10 Thread Frank Trollmann
Hi You might want to look here: http://zackola.com/blog/2008/10/26/android-mapview-permissions-and-prerequisites/#comment-227 this site subsumes (hopefully) all permissions and prerequisites needed for the MapView. - Frank --~--~-~--~~~---~--~~ You received thi

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

2008-11-10 Thread Billsen
You need to generate a key for apikey for your emulator since Google has started to enforce the rule to put real key in xml file. On Nov 9, 10:44 pm, bw <[EMAIL PROTECTED]> wrote: > Also had to add > > > > above my application tag. > > (Source:http://groups.google.com/group/android-developers/br

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

2008-11-18 Thread Dagger
I am having the same problem but I am only implementing the Activity Class which is included in the package by default. THis is the partial code. public class ActiveOctave extends Activity implements OnErrorListener, OnBufferingUpdateListener, OnCompletionListener, OnPreparedListe

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

2011-04-15 Thread TreKing
On Thu, Apr 14, 2011 at 11:56 PM, Ayush Sharma wrote: > could someone pls help me ? Google can: http://tinyurl.com/6bva3sp - TreKing - Chicago tra

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

2008-12-10 Thread Ludwig
I would assume that there is an additional check on the app that there is a map key for it on the phone that is not present in the emulator. Try it with a map key and see what happens on the phone. Ludwig 2008/12/10 joshbeck <[EMAIL PROTECTED]> > > Problem: > -I have the simplest MapActivity know

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

2008-12-10 Thread joshbeck
Hello there, Thanks for the response. I debug using the actual device, but you are right. It probably treats the phone as if it were the emulator in that case. I've followed the directions and obtained an MD5 fingerprint of my keystore. I used the sign-up form and passed it the fingerprint in th

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

2008-12-10 Thread joshbeck
--PROBLEM SOLVED-- The Code Above will generate a simple map if you use a correct api key. (Which I was using.) Here is why the application wouldn't launch: I ran the program with the phone plugged in using Eclipse->Run As- >Android Application: -This ran the map activity, but onl