Emulator does not load [closed]

-3

I need to use the IDE android studio, I installed it all right, but at the time of running the applications, the emulator just keeps loading, and does not handle.

Setting up my Notbook:

Brand: Dell Inspiron 14 '

Processor: Core i5

Mémoria Ram: 4GB

HD: 1TB

Log when I run the emulator:

emulator: WARNING: Requested RAM size of 2048MB is too large for your environment, and is reduced to 1536MB.
emulator: device fd:1032
HAXM is not working and emulator runs in emulation mode
emulator: The memory needed by this AVD exceeds the max specified in your HAXM configuration.
emulator: AVD      RAM size = 1536 MB
emulator: HAXM max RAM size = 512 MB
emulator: You might want to adjust your AVD RAM size and/or HAXM configuration to run in fast virt mode.
creating window 43 59 329 583
emulator: emulator window was out of view and was recentered
emulator: UpdateChecker: skipped version check
                                                                    java.io.FileNotFoundException: /sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No such file or directory)

    
asked by anonymous 23.11.2016 / 17:34

2 answers

0

You probably enabled the emulator does not support using the hardware camera or there is no camera on the hardware, this is if you selected the Webcam0 option for example.

Do the following in AVD manager

  • In the combo Front Camera and back camera select None or Emulated in both.
  • Uncheck Snapshot if enabled
  • Restart the emulator (if it is locked, log off your operating system user)
  • Note that if you select Webcam0 in both options, Front Camera and back camera may conflict as well and fail.

        
    23.11.2016 / 18:29
    0

    The DELL and HP computers in some cases need to have their virtualization service enabled to run the android studio emulator, following the procedure:

    • Enabling virtualization on Dell computers

    • Press the F12 key when the boot menu text appears

    • Select the BIOS startup option and press the Enter key

    • Expand the Virtualization Support menu item by clicking the plus sign at left of Virtualization Support and select the Virtualization option

    • Check the Enable Intel Virtualization Technology check box

    • Click Apply

    • Click Exit

    • Unplug the computer completely, wait a few seconds, and then turn it back on.

    23.11.2016 / 17:46