После обновления Android Studio до последней версии функции Koala при запуске AVD я получаю сообщение об ошибке: Процесс эмулятора завершен.
Когда я запускаю cmd, я получаю следующее:
INFO | Storing crashdata in: C:\Users\---\AppData\Local\Temp\\AndroidEmulator\emu-crash-35.1.20.db, detection is enabled for process: 3224
INFO | Android emulator version 35.1.20.0 (build_id 12234392) (CL:N/A)
INFO | Graphics backend: gfxstream
INFO | Found systemPath C:\Users\---\AppData\Local\Android\Sdk\system-images\android-35\google_apis\x86_64\
INFO | Storing crashdata in: C:\Users\---\AppData\Local\Temp\\AndroidEmulator\emu-crash-35.1.20.db, detection is enabled for process: 1252
INFO | Duplicate loglines will be removed, if you wish to see each individual line launch with the -log-nofilter flag.
WARNING | Please update the emulator to one that supports the feature(s): AndroidVirtualizationFramework
INFO | IPv4 server found: 192.168.43.1
INFO | Ignore IPv6 address: 50ee:6870:a401:0:50ee:6870:a401:0
INFO | Ignore IPv6 address: 50ee:6870:a401:0:50ee:6870:a401:0 (2x)
INFO | Ignore IPv6 address: 28f4:6870:a401:0:50ee:6870:a401:0
INFO | Ignore IPv6 address: 28f4:6870:a401:0:50ee:6870:a401:0 (2x)
INFO | Ignore IPv6 address: 8fa:6870:a401:0:50ee:6870:a401:0
INFO | Ignore IPv6 address: 8fa:6870:a401:0:50ee:6870:a401:0 (2x)
INFO | Ignore IPv6 address: 800:6970:a401:0:50ee:6870:a401:0
INFO | Ignore IPv6 address: 800:6970:a401:0:50ee:6870:a401:0 (2x)
INFO | Ignore IPv6 address: 380e:6970:a401:0:50ee:6870:a401:0
INFO | Ignore IPv6 address: 380e:6970:a401:0:50ee:6870:a401:0 (2x)
INFO | Ignore IPv6 address: 4814:6970:a401:0:50ee:6870:a401:0
INFO | Ignore IPv6 address: 4814:6970:a401:0:50ee:6870:a401:0 (2x)
INFO | Ignore IPv6 address: 901a:6970:a401:0:50ee:6870:a401:0
INFO | Ignore IPv6 address: 901a:6970:a401:0:50ee:6870:a401:0 (2x)
INFO | Critical:
INFO | Warning:
INFO | Warning: (6x)
INFO | Crash reports will be automatically uploaded to: https://clients2.google.com/cr/report
library_mode host gpu mode host
После обновления Android Studio до последней версии функции Koala при запуске AVD я получаю сообщение об ошибке: Процесс эмулятора завершен. Когда я запускаю cmd, я получаю следующее: [code]INFO | Storing crashdata in: C:\Users\---\AppData\Local\Temp\\AndroidEmulator\emu-crash-35.1.20.db, detection is enabled for process: 3224 INFO | Android emulator version 35.1.20.0 (build_id 12234392) (CL:N/A) INFO | Graphics backend: gfxstream INFO | Found systemPath C:\Users\---\AppData\Local\Android\Sdk\system-images\android-35\google_apis\x86_64\ INFO | Storing crashdata in: C:\Users\---\AppData\Local\Temp\\AndroidEmulator\emu-crash-35.1.20.db, detection is enabled for process: 1252 INFO | Duplicate loglines will be removed, if you wish to see each individual line launch with the -log-nofilter flag. WARNING | Please update the emulator to one that supports the feature(s): AndroidVirtualizationFramework INFO | IPv4 server found: 192.168.43.1 INFO | Ignore IPv6 address: 50ee:6870:a401:0:50ee:6870:a401:0 INFO | Ignore IPv6 address: 50ee:6870:a401:0:50ee:6870:a401:0 (2x) INFO | Ignore IPv6 address: 28f4:6870:a401:0:50ee:6870:a401:0 INFO | Ignore IPv6 address: 28f4:6870:a401:0:50ee:6870:a401:0 (2x) INFO | Ignore IPv6 address: 8fa:6870:a401:0:50ee:6870:a401:0 INFO | Ignore IPv6 address: 8fa:6870:a401:0:50ee:6870:a401:0 (2x) INFO | Ignore IPv6 address: 800:6970:a401:0:50ee:6870:a401:0 INFO | Ignore IPv6 address: 800:6970:a401:0:50ee:6870:a401:0 (2x) INFO | Ignore IPv6 address: 380e:6970:a401:0:50ee:6870:a401:0 INFO | Ignore IPv6 address: 380e:6970:a401:0:50ee:6870:a401:0 (2x) INFO | Ignore IPv6 address: 4814:6970:a401:0:50ee:6870:a401:0 INFO | Ignore IPv6 address: 4814:6970:a401:0:50ee:6870:a401:0 (2x) INFO | Ignore IPv6 address: 901a:6970:a401:0:50ee:6870:a401:0 INFO | Ignore IPv6 address: 901a:6970:a401:0:50ee:6870:a401:0 (2x) INFO | Critical: INFO | Warning: INFO | Warning: (6x) INFO | Crash reports will be automatically uploaded to: https://clients2.google.com/cr/report library_mode host gpu mode host [/code] Кто-нибудь знает, как это решить?