일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- Android
- IntelliJ
- terms
- 캡슐화
- TortoiseSVN
- commit
- Branch
- IntelliJ IDEA Community
- sourcetree
- error
- install
- 생성자
- cherrypick
- intellij 연동
- gradle
- VCS
- 상속
- git
- Subversion
- syntax
- 특징
- 자바
- svn
- Class
- Android Studio
- SSL
- java
- Checkout
- constructor
- 문법
Archives
- Today
- Total
Jay's Developer Note
[Android] Out of Memory 본문
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