nostra13 / Android-Universal-Image-Loader

Powerful and flexible library for loading, caching and displaying images on Android.
Apache License 2.0
16.78k stars 6.1k forks source link

Android API support #1192

Open xmh19936688 opened 8 years ago

xmh19936688 commented 8 years ago

the readme said Android 2.0+ support. but the class DefaultConfigurationFactory request method "getLargeMemoryClass()" which added in API levle 11. so it crash while running on 2.3.5 device.

xmh19936688 commented 8 years ago

i saw you made judgment at line 89 but it still called the method. here's log: I/dalvikvm: Could not find method android.app.ActivityManager.getLargeMemoryClass, referenced from method com.nostra13.universalimageloader.core.DefaultConfigurationFactory.getLargeMemoryClass W/dalvikvm: VFY: unable to resolve virtual method 117: Landroid/app/ActivityManager;.getLargeMemoryClass ()I