일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 특징
- 문법
- Android Studio
- Class
- IntelliJ IDEA Community
- sourcetree
- Android
- syntax
- 캡슐화
- error
- 생성자
- svn
- VCS
- terms
- 상속
- Checkout
- commit
- SSL
- 자바
- constructor
- cherrypick
- intellij 연동
- TortoiseSVN
- java
- Branch
- IntelliJ
- install
- Subversion
- git
- gradle
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