카테고리 없음

[기계적 인조 인간] 안드로이드 프로그램이 avd에서 작동하지만 실제 컴퓨터에서 작동하지 않는 이유

행복을전해요 2021. 2. 28. 16:10

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