Jay's Developer Note

[Android] Out of Memory 본문

TroubleShooting

[Android] Out of Memory

Jay(J) 2017. 10. 23. 20:36
728x90

Out of Memory

발생원인

Caused by: java.lang.OutOfMemoryError: Failed to allocate a 103680012 byte allocation with 16777216 free bytes and 75MB until OOM

해결방법

1. Manifest.xml open

2. <application> tag 에 

android:largeHeap="true"
android:hardwareAccelerated="false"

추가

728x90