universal-imageloader发生OOM

http://stackoverflow.com/questions/21396835/universal-imageloader-outofmemory-error


 You may try the large memory option: android:largeHeap="true"


<application
        android:name="com.xxx.xxx.App"
        android:allowBackup="true"
        android:icon="@drawable/ic_launcher"
        android:label="@string/app_name"
        android:theme="@android:style/Theme.Holo.Light.NoActionBar"
        android:largeHeap="true" >

你可能感兴趣的:(universal-imageloader发生OOM)