Android studio emulator fails to start with memory limit related error message

前端 未结 8 1697
星月不相逢
星月不相逢 2020-12-09 09:45

I\'m trying to run my first android studio project but I get this error message and the emulator doesn\'t start :

Created filesystem with 11/4224 inodes and          


        
8条回答
  •  鱼传尺愫
    2020-12-09 10:03

    In Android Studio, version 1.2.1.1:

    Go to "Tools -> Android -> AVD Manager -> Chose your device -> Edit -> Advanced Settings -> Change the RAM parameter to 512 Mb.

    Save it, and run the App in the Emulator. It should run now.

提交回复
热议问题