ERROR Android emulator gets killed

前端 未结 30 1878
野趣味
野趣味 2020-11-27 17:46

After updating to Android Studio 2 when I try to run my application and choose an emulator, I wait for the emulator to start and it suddenly gets killed. I can see emulator

30条回答
  •  夕颜
    夕颜 (楼主)
    2020-11-27 18:23

    Best 5 options to resolve this Error the emulator process for avd was killed

    given option are checkpoints, check it out one by one.
    Error Solution Option 1
    Possiblity:
    HAXM may not installed in System
    HAXM - Hardware Accelerated Execution Manager
    Solution:
    SDK Manager > Check for HAXM installer
    install it, if HAXM not installed
    =======================================
    
    Error Solution Option 2
    Possiblity : 
    Low disk size to load Emulator
    Latest AVD with API level 30+ required approx 7 GB disk space
    Solution:
    Free space from disk where AVD is located
    
    =======================================
    Error Solution Option 3
    Possiblity :
    Configured AVD API may not available in SDK Manager
    As an Example:
    if Emulator with API level 30, same package of API 30 should be installed in SDK
    
    Solution:
    Install same version of SDK Platfrom from SDK manager,
    as same as Emulator – AVD API
    
    =======================================
    Error Solution Option 4
    Possiblity :
    Configuration error in Old AVD 
    
    Solution:
    Recreate AVD with latest available update
    Help > check for update, if component Android Emulator Update is available, install it
    delete older AVD and create Fresh AVD
    
    =======================================
    Error Solution Option 5
    Possiblity :
    Embedded AVD not properly load with available image
    
    Solution:
    Launch AVD as independent component,
    After success close it and lauch within Android Studio
    Emulator inside Android Studio
    =======================================
    
    before apply all of above once restart you System, try it.
    

    for more help with video support, watch How to fix AVD was killed i think it may help you.

提交回复
热议问题