You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When starting an app in the android2.1 Emulator that uses RadiusMarkerClusterer
the app crashes (app has unexpectedly stopped)
i identified this line of code as the source
// this code is used to genereate a marker-icon with the number of clusted
Points inside:
Bitmap finalIcon = Bitmap.createBitmap(mClusterIcon.getWidth(),
mClusterIcon.getHeight(), mClusterIcon.getConfig());
this is probably due to a bug in android-2.1. in android-4.4 the code works as
expected. I have no info which android Versions are affected.
After changing the line to
Bitmap finalIcon = Bitmap.createBitmap(mClusterIcon.getWidth(),
mClusterIcon.getHeight(), Bitmap.Config.ARGB_8888);
the code works under android-2.1
Original issue reported on code.google.com by [email protected] on 30 Jan 2015 at 4:01
The text was updated successfully, but these errors were encountered:
sorry i have no permission to Change the title of the ticket:
Can someone Change the titile to "App uncaught exception in
RadiusMarkerClusterer when using android-2.1"
Original issue reported on code.google.com by
[email protected]
on 30 Jan 2015 at 4:01The text was updated successfully, but these errors were encountered: