Out of memory error on android emulator, but not on device

后端 未结 6 2354
渐次进展
渐次进展 2020-12-05 18:42

On the Android Emulator, when I exit my app and run it again immediately, I get

OutOfMemoryError: bitmap size exceeds VM budget.

But on th

6条回答
  •  遥遥无期
    2020-12-05 19:30

    Increase the AVD RAM and the max VM application heap size in VM options.

    To do that, go to

    Window-->AVD Manager-->Virtual Devices-->Edit.

提交回复
热议问题