Вопрос

I am new to Android. I create a small app by seeing android site but when I run the app I am getting fallowing error for device emulator .

[2014-02-14 15:47:59 - Emulator] Failed to allocate memory: 8
[2014-02-14 15:47:59 - Emulator] 
[2014-02-14 15:47:59 - Emulator] This application has requested the Runtime to terminate it in an unusual way.
[2014-02-14 15:47:59 - Emulator] Please contact the application's support team for more information.

can any one please help me in this?

Это было полезно?

Решение

This error means you are allowing your emulator to use too much memory, relative to the amount your computer has or is using. To solve it, open your AVD manager, select the emulator and click Edit, and change the RAM to a smaller number.

See here : Failed to allocate memory: 8

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top