[android-developers] mapviewError

2012-07-02 Thread deepak mamdapure
: Couldn't get connection factory client plz how to resolve this problem -- 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

Re: [android-developers] mapviewError

2012-07-02 Thread arun kumar
Its due to map api key problem.please check your map api key. On Mon, Jul 2, 2012 at 3:27 PM, deepak mamdapure developer.it.a...@gmail.com wrote: : Couldn't get connection factory client plz how to resolve this problem -- You received this message because you are subscribed to the Google

[android-developers] mapviewError

2012-07-02 Thread deepak mamdapure
: Couldn't get connection factory client plz how to resolve this problem -- 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

Re: [android-developers] mapviewError

2012-07-02 Thread TreKing
On Mon, Jul 2, 2012 at 4:57 AM, deepak mamdapure developer.it.a...@gmail.com wrote: : Couldn't get connection factory client plz how to resolve this problem Like this: http://lmgtfy.com/?q=%22Couldn%27t+get+connection+factory+client%22

Re: [android-developers] mapviewError

2012-06-14 Thread Ashish Patel
This is the map key problem . Please create Google map key stone for u r debugging mode . On Wednesday, June 13, 2012, deepak mamdapure developer.it.a...@gmail.com wrote: plz Suggest me any one i wrote all code for mapview but it does not appeair on emulator it shows only blocks on

Re: [android-developers] mapviewError

2012-06-14 Thread Rahul Radhakrishnanunnithan K
On Wed, Jun 13, 2012 at 4:57 PM, deepak mamdapure developer.it.a...@gmail.com wrote: plz Suggest me any one i wrote all code for mapview but it does not appeair on emulator it shows only blocks on emulator my code is below pls check is there any correction plz tell me .there is no any

Re: [android-developers] mapviewError

2012-06-14 Thread gurdev singh
Hello deepak, Use this command-: keytool -list -v -keystore C:\Documents and Settings\User\.android\debug.keystore -storepass android -keypass android If you r using window os. This will return MD5 code MD5: 19:13:5F:EB:B4:44:84:B3:7C:C9:64:66:25:A2:12:53 like this Put it into line that i

Re: [android-developers] mapviewError

2012-06-14 Thread gurdev singh
Hello deepak please generate ypur own android:apiKey=0n-H5VH- CoBfLf6SnbeZ6uSICn5gF9rA_5eyXrw. follow this link-: https://developers.google.com/android/maps-api-signup besk of luck On Wed, Jun 13, 2012 at 4:59 PM, deepak mamdapure developer.it.a...@gmail.com wrote: plz Suggest me any one

[android-developers] mapviewError

2012-06-13 Thread deepak mamdapure
plz Suggest me any one i wrote all code for mapview but it does not appeair on emulator it shows only blocks on emulator my code is below pls check is there any correction plz tell me .there is no any error in this code plz suggest me. thank you public class mapDemo extends

[android-developers] mapviewError

2012-06-13 Thread deepak mamdapure
plz Suggest me any one i wrote all code for mapview but it does not appeair on emulator it shows only blocks on emulator my code is below pls check is there any correction plz tell me .there is no any error in this code plz suggest me. thank you public class mapDemo extends

Re: [android-developers] mapviewError

2012-06-13 Thread Amey Bapat
check your logcat if u r getting dis line in red color couldn't get connection factory client den check your map apikey ..der is smething wrong there.. are u creating the fingerprint using md5 or sha1..(command prompt creation of map key) all da best On Wed, Jun 13, 2012 at 4:59 PM, deepak

Re: [android-developers] mapviewError

2012-06-13 Thread Narendra Singh Rathore
On Wed, Jun 13, 2012 at 4:57 PM, deepak mamdapure developer.it.a...@gmail.com wrote: plz Suggest me any one i wrote all code for mapview but it does not appeair on emulator it shows only blocks on emulator my code is below pls check is there any correction plz tell me .there is no any

Re: [android-developers] mapviewError

2012-06-13 Thread Amey Bapat
exactly..thats what ws trying to suggest..!! On Wed, Jun 13, 2012 at 5:27 PM, Narendra Singh Rathore nsr.curi...@gmail.com wrote: On Wed, Jun 13, 2012 at 4:57 PM, deepak mamdapure developer.it.a...@gmail.com wrote: plz Suggest me any one i wrote all code for mapview but it does not

Re: [android-developers] mapviewError

2012-06-13 Thread deepak mamdapure
in the logcat below msg will displayed then what i do 06-13 18:34:13.114: ERROR/MapActivity(388): Couldn't get connection factory client On 13 June 2012 17:32, Amey Bapat amey.n.ba...@gmail.com wrote: exactly..thats what ws trying to suggest..!! On Wed, Jun 13, 2012 at 5:27 PM, Narendra

Re: [android-developers] mapviewError

2012-06-13 Thread Narendra Singh Rathore
On Wed, Jun 13, 2012 at 6:44 PM, deepak mamdapure developer.it.a...@gmail.com wrote: in the logcat below msg will displayed then what i do 06-13 18:34:13.114: ERROR/MapActivity(388): Couldn't get connection factory client Amey has clarified you what to do in that case. Check your map api

Re: [android-developers] mapviewError

2012-06-13 Thread deepak mamdapure
But i have generated Map Api key more than three times i have already used all these three api keys but there is nothing any output on emulator (Deepak Mamdapure) You only live once, once is enough. -- You received this message because you are subscribed to the Google Groups

Re: [android-developers] mapviewError

2012-06-13 Thread Narendra Singh Rathore
On Wed, Jun 13, 2012 at 7:02 PM, deepak mamdapure developer.it.a...@gmail.com wrote: But i have generated Map Api key more than three times i have already used all these three api keys but there is nothing any output on emulator Okay, may you please tell, which fingerprint have you used for

Re: [android-developers] mapviewError

2012-06-13 Thread deepak mamdapure
No SHA1 actually i have used MD5 fingerprint On 13 June 2012 19:18, Narendra Singh Rathore nsr.curi...@gmail.com wrote: On Wed, Jun 13, 2012 at 7:02 PM, deepak mamdapure developer.it.a...@gmail.com wrote: But i have generated Map Api key more than three times i have already used all

Re: [android-developers] mapviewError

2012-06-13 Thread deepak mamdapure
This command i used keytool -genkey -v -keystore Keys/temp.keystore -alias temp.keystore -keyalg RSA -validity 2 this is MD5 fingerprint 7F:91:64:9F:2A:CA:7F:82:FE:F4:24:A0:D7:13:39:3D This is my apiKey com.google.android.maps.MapView android:layout_width=fill_parent

Re: [android-developers] mapviewError

2012-06-13 Thread asheesh arya
just checked out your map apki key !! try to generate new map api key!!! -- 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