Android Studio Emulator and “Process finished with exit code 0”

前端 未结 15 1297
耶瑟儿~
耶瑟儿~ 2020-12-01 15:45

I\'ve updated android studio from 3.0 to 3.0.1 but when I launch Emulator it didn\'t get launched and gives message in event log:

Emulator: Process finished          


        
15条回答
  •  [愿得一人]
    2020-12-01 16:16

    You need to check:

    • Your size on disk is not full - this's often happen due to creation of some virtual devices that are unused

    • The RAM size of emulator is not minimum as your requirements

    One more thing that I personally use: Use Pen Drive as a RAM


    Updated:

    Use HDD as RAM

    • Right Click on “This PC or My Computer” and Select Properties.

    • Now Click on “Advance System Settings”.

    • Now in “System Properties” you have to select “Advanced” tab.

    • Now click on “Settings” Under “Performance”.

    • Now in “Performance Option” again you have to select “Advanced” tab.

    • Now click on “change“ under “Virtual Memory”.

    • Un-check “Automatically manage paging file size of all drivers” and select “Custom size”.

    • In Custom Size enter the amount of data According to “Space available” which is written there.

    • Click on “set” button and Click on OK.

    • Now it will ask you to restart your Computer or Laptop.


    Another work around steps (tested) :

    1. Restart your Android Studio
    2. Create new device in your AVD Manager
    3. Increase the RAM size of the Emulator

提交回复
热议问题