Android Question Android Emulator

RUNO

Active Member
Licensed User
Longtime User
After downloading version 36
emulator did not open

B4X:
Error:
INFO         | Android emulator version 36.2.12.0 (build_id 14214601) (CL:N/A)
INFO         | Graphics backend: gfxstream
INFO         | Found systemPath C:\Android\system-images\android-36\google_apis\x86_64\
INFO         | Changing default hw.initialOrientation to portrait

WARNING      | Please update the emulator to one that supports the feature(s): VulkanVirtualQueue
INFO         | Ignore IPv6 address: 9090:66c3:a101:0:9090:66c3:a101:0
INFO         | Ignore IPv6 address: 9090:66c3:a101:0:9090:66c3:a101:0
INFO         | Ignore IPv6 address: 9090:66c3:a101:0:9090:66c3:a101:0
INFO         | Ignore IPv6 address: 7898:66c3:a101:0:9090:66c3:a101:0
INFO         | Ignore IPv6 address: 7898:66c3:a101:0:9090:66c3:a101:0
INFO         | Ignore IPv6 address: 7898:66c3:a101:0:9090:66c3:a101:0
INFO         | Ignore IPv6 address: 70a0:66c3:a101:0:9090:66c3:a101:0
INFO         | Ignore IPv6 address: 70a0:66c3:a101:0:9090:66c3:a101:0
INFO         | Ignore IPv6 address: 70a0:66c3:a101:0:9090:66c3:a101:0
INFO         | Ignore IPv6 address: 88a6:66c3:a101:0:9090:66c3:a101:0
INFO         | Ignore IPv6 address: 88a6:66c3:a101:0:9090:66c3:a101:0
INFO         | Ignore IPv6 address: 88a6:66c3:a101:0:9090:66c3:a101:0
INFO         | Ignore IPv6 address: c8b3:66c3:a101:0:9090:66c3:a101:0
INFO         | Ignore IPv6 address: c8b3:66c3:a101:0:9090:66c3:a101:0
INFO         | Ignore IPv6 address: c8b3:66c3:a101:0:9090:66c3:a101:0
INFO         | Ignore IPv6 address: e8b9:66c3:a101:0:9090:66c3:a101:0
INFO         | Ignore IPv6 address: e8b9:66c3:a101:0:9090:66c3:a101:0
INFO         | Ignore IPv6 address: e8b9:66c3:a101:0:9090:66c3:a101:0
ERROR        | Failed to retrieve DNS servers list from the system
WARNING      | Cannot find system DNS servers! Name resolution will be disabled.
##############################################################################
##                        WARNING - ACTION REQUIRED                         ##
##  Consider using the '-metrics-collection' flag to help improve the       ##
##  emulator by sending anonymized usage data. Or use the '-no-metrics'     ##
##  flag to bypass this warning and turn off the metrics collection.        ##
##  In a future release this warning will turn into a one-time blocking     ##
##  prompt to ask for explicit user input regarding metrics collection.     ##
##                                                                          ##
##  Please see '-help-metrics-collection' for more details. You can use     ##
##  '-metrics-to-file' or '-metrics-to-console' flags to see what type of   ##
##  data is being collected by emulator as part of usage statistics.        ##
##############################################################################
INFO         | Guest GLES Driver: Auto (ext controls)
library_mode host gpu mode host
INFO         | emuglConfig_get_vulkan_hardware_gpu_support_info: Found physical GPU 'Intel(R) UHD Graphics', type: VK_PHYSICAL_DEVICE_TYPE_INTEGRATED_GPU, apiVersion: 1.2.154, driverVersion: 0.402.792

INFO         | GPU device local memory = 4117MB
WARNING      | Your GPU 'Intel(R) UHD Graphics' has Vulkan API version 1.2.154, and cannot support Vulkan properly. Please try updating your GPU Drivers.
INFO         | Checking system compatibility:
INFO         |   Checking: hasCompatibleHypervisor
INFO         |      Error: Your current hypervisor HAXM is no longer supported by the Android Emulator. Using WHPX is recommended. Refer to https://developer.android.com/studio/run/emulator-acceleration#vm-windows-whpx
INFO         |   Checking: hasSufficientSystem
INFO         |      Ok: System requirements to run avd: `4in_Phone_Platform_36_google_apis` are met
INFO         |   Checking: hasSufficientHwGpu
INFO         |      Ok: Hardware GPU requirements to run avd: `4in_Phone_Platform_36_google_apis` are passed
INFO         |   Checking: hasSufficientDiskSpace
INFO         |      Ok: Disk space requirements to run avd: `4in_Phone_Platform_36_google_apis` are met
FATAL        | Your current hypervisor HAXM is no longer supported by the Android Emulator. Using WHPX is recommended. Refer to https://developer.android.com/studio/run/emulator-acceleration#vm-windows-whpx.
 

Sagenut

Expert
Licensed User
Longtime User
Have you tried deleting the emulator and creating it again?
 
Upvote 0

Xfood

Expert
Licensed User
Longtime User
I solved it by creating the bacth file to start it from the outside, look here

 
Upvote 0

Sandman

Expert
Licensed User
Longtime User
When I use the emulator I always run it from Android Studio. It's dead simple and works perfectly. Might be worth trying to see if it works for you.
 
Upvote 0
Top