[android-developers] Re: Our app force closes on 1.6, Is SDK or image available yet?

2009-09-12 Thread Al Sutton
My guess is that they're running one of Cynogens Donut ROMs that hes' made available. There's a fair amount of talk about performance improvements and he is pointing at devs for some issues (a main one being problems with widgets and rotation). If you want to use the open-source repo donut SDK

[android-developers] Re: Our app force closes on 1.6, Is SDK or image available yet?

2009-09-12 Thread chrispix
I will check out the SDK and see if I can reproduce. This was the LogCat of the error : Essentially I was trying to extend a map overlay, and draw the location circle on the screen. 09-12 00:50:35.825: ERROR/AndroidRuntime(5769): Uncaught handler: thread main exiting due to uncaught exception

[android-developers] Re: Our app force closes on 1.6, Is SDK or image available yet?

2009-09-12 Thread chrispix
I downloaded the 1.6SDK. Unfortunately my includes are not working for com.google.* in particular import com.google.android.maps.GeoPoint; Chris. On Sep 12, 3:55 am, Al Sutton a...@funkyandroid.com wrote: My guess is that they're running one of Cynogens Donut ROMs that hes' made available.

[android-developers] Re: Our app force closes on 1.6, Is SDK or image available yet?

2009-09-12 Thread chrispix
Ok, never mind. So the Google APIs are still on the 1.5 platform, The android 1.6 public SDK does not have the Google APIs 1.6. I am guessing that is my compile issue.. hrrm.. Any other thoughts? Chris. --~--~-~--~~~---~--~~ You received this message because you

[android-developers] Re: Our app force closes on 1.6, Is SDK or image available yet?

2009-09-11 Thread Romain Guy
The myTouch does not run 1.6. On Fri, Sep 11, 2009 at 10:03 AM, chrispix chris...@gmail.com wrote: We have had a couple users on the myTouch phone have issues in our application. It apparently is force closing on them. I am not sure of why it is, and the 1.6 SDK is not out yet. Has 1.6 been

[android-developers] Re: Our app force closes on 1.6, Is SDK or image available yet?

2009-09-11 Thread Dianne Hackborn
No it hasn't been released. These people must have flashed their devices with some pre-release version of the platform. I wouldn't spend much time on them at this point. :} On Fri, Sep 11, 2009 at 10:03 AM, chrispix chris...@gmail.com wrote: We have had a couple users on the myTouch phone