[android-developers] Re: Porting 1.0 to 1.5, map tiles stopped displaying

2009-05-03 Thread Mark Murphy
RS wrote: > Even i am facing problems to get a map displayed on the emulator. The > MapView throws an error on LogCat saying "Couldn't get connection > factory client" and then a series of I/O exception. I followed the steps > given here: > http://developer.android.com/guide/tutorials/views/hello-

[android-developers] Re: Porting 1.0 to 1.5, map tiles stopped displaying

2009-05-03 Thread RS
Hi, Even i am facing problems to get a map displayed on the emulator. The MapView throws an error on LogCat saying "Couldn't get connection factory client" and then a series of I/O exception. I followed the steps given here: http://developer.android.com/guide/tutorials/views/hello-mapview.html , o

[android-developers] Re: Porting 1.0 to 1.5, map tiles stopped displaying

2009-05-01 Thread JP
Discovered that as another alternative. These new clothes are still a bit scratchy. On May 1, 10:10 pm, Derek wrote: > It looks like they moved the location of debug.keystore with SDK 1.5. > Since I'm on Vista, I had to copy my original debug.keystore from C: > \Users\\AppData\Local\Android to

[android-developers] Re: Porting 1.0 to 1.5, map tiles stopped displaying

2009-05-01 Thread Derek
It looks like they moved the location of debug.keystore with SDK 1.5. Since I'm on Vista, I had to copy my original debug.keystore from C: \Users\\AppData\Local\Android to C:\Users\\.android On May 1, 11:38 pm, JP wrote: > OK that was it. Busywork. > > Thanks again. > > On Apr 30, 3:48 pm, Ron

[android-developers] Re: Porting 1.0 to 1.5, map tiles stopped displaying

2009-05-01 Thread JP
OK that was it. Busywork. Thanks again. On Apr 30, 3:48 pm, Ron wrote: > I had to generate a new Google maps key using the new keystore in my > project before the tiles would show. > > On Apr 29, 8:44 pm, JP wrote: > > > I started porting a functioning 1.0 app to 1.5 last night. It uses > > M

[android-developers] Re: Porting 1.0 to 1.5, map tiles stopped displaying

2009-05-01 Thread JP
Thanks Ron, I stopped short of that, I'll give it a try. On Apr 30, 3:48 pm, Ron wrote: > I had to generate a new Google maps key using the new keystore in my > project before the tiles would show. > > On Apr 29, 8:44 pm, JP wrote: > > > I started porting a functioning 1.0 app to 1.5 last nigh

[android-developers] Re: Porting 1.0 to 1.5, map tiles stopped displaying

2009-04-30 Thread Ron
I had to generate a new Google maps key using the new keystore in my project before the tiles would show. On Apr 29, 8:44 pm, JP wrote: > I started porting a functioning 1.0 app to 1.5 last night. It uses > MapView and associated classes and everything checks out on 1.0. No > such luck after tak