(Error) Java.Lang.OutOfMemoryError: Failed to allocate a 100712460 byte allocation with 16768736 free bytes and 55MB until OOM 발생
C#/Xamarin Maui 2018. 6. 15. 21:48728x90
728x170
이미지를 표현하는데 아래 처럼 에러가 발생되었다.
Unhandled Exception:
Java.Lang.OutOfMemoryError: Failed to allocate a 100712460 byte allocation with 16768736 free bytes and 55MB until OOM 발생
용량이 커서 그런가 했는데 1메가도 안된다.
무슨 문제인지 찾아보니 크기 문제였다.
크기를 조정하니 해결이 되었다.
다른 방법도 있는것 같다 아래 링크 참고..
728x90
그리드형
'C# > Xamarin Maui' 카테고리의 다른 글
자마린으로 만든 어플 및 소스 모음 (0) | 2018.06.17 |
---|---|
SfRotator 사용하기 (0) | 2018.06.15 |
서버에 File Upload 하기 (0) | 2018.06.15 |
Tabbed Page In Xamarin.Forms (0) | 2018.06.07 |
Getting Started with Async / Await (0) | 2018.06.07 |