[android-developers] VerifyError issue with Android 1.5 devices

2010-01-14 Thread Mariano Kamp
I got an error message from a user that runs Android 1.5. The error reported os a java.lang.VerifyError and it seems to be based on the method setBuildInZoomControls missing. The thing is that this method should be there on an Android 1.5 device and my app's manifest specifies the minimum sdk

Re: [android-developers] VerifyError issue with Android 1.5 devices

2010-01-14 Thread TreKing
I ran into an issue with the Motorola Cliq maps implementation (on 1.5) that wasn't happening on other phones because that device's particular build didn't have the correct implementation of the MyLocationOverlay class. Do you know which device specifically? Sounds like another one of those

Re: [android-developers] VerifyError issue with Android 1.5 devices

2010-01-14 Thread Mariano Kamp
On Thu, Jan 14, 2010 at 5:31 PM, TreKing treking...@gmail.com wrote: I ran into an issue with the Motorola Cliq maps implementation (on 1.5) that wasn't happening on other phones because that device's particular build didn't have the correct implementation of the MyLocationOverlay class. Ah,