這是個什么問題
報錯:Throwing OutOfMemoryError failed to allocate a 42793710 byte allocation with 52488 free bytes and 22mb until OOM
報錯:Throwing OutOfMemoryError failed to allocate a 42793710 byte allocation with 52488 free bytes and 22mb until OOM
2015-05-27
舉報
2016-11-11
在<application>里加上android:hardwareAccelerated="false"
android:largeHeap="true"
2015-12-13
我的代碼也內存溢出,? java.lang.OutOfMemoryError: Failed to allocate a 57153612 byte allocation with 16777216 free bytes and 40MB until OOM
問題指向我這行代碼:imageView.setImageResource(imageId[position]);但我真不知道怎么就錯了呢,跟跟老師的代碼一模一樣??!
求解!?。?/p>
2015-05-28
內存溢出,導致應用程序異常終止。