質問

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