AVD 또는 ANdroid 장치에서 기존 앱을 제거하십시오. 버그의 원인은 다음과 같습니다.
1) Your app might be still running and allocated memory may not be released properly.
2) If you have less memory of SD Card, RAM and Heap Size in your AVD will throw this error.
3) You might declared <uses-sdk minSDKVersion = "8" /> and you might running AVD with API < 8 also causes error.
출처
https://stackoverflow.com/questions/22089784