为什么Android Studio中的模拟器给出错误的路径? C:\ buildbot \ src \ android

问题描述

当我启动Android Emulator进行抖动时,它会不断出现以下错误。

^                 # Anchored at the start of the string!
(?:               # Parse the first quad; 192..223 (NB: non-capturing group)
    19[2-9]
|
    2[0-1]\d
|
    22[0-3]
)
(?:               # And three sets of what matches the other quads
    \.            # Literal period
    (?:           # Parse a number in 0..255
        \d{1,2}
    |
        1\d\d
    |
        2[0-4]\d
    |
        25[0-5]
    )
) {3}             # Here's where we ask for this three times
$                 # Anchor at the end of the string

而我无法在系统上找到此路径。我正在Windows 10 Pro上运行Android Studio。

我原来的android位置如下。

Emulator: C:\buildbot\src\android\emu-master-dev\external\qemu\android\android-emugl\host\libs\Translator\GLES_V2/GLESv30Imp.cpp:glWaitSync:560 error 0x501

解决方法

我将Android Studio升级到了最新版本,并进行了修复。

相关问答

错误1:Request method ‘DELETE‘ not supported 错误还原:...
错误1:启动docker镜像时报错:Error response from daemon:...
错误1:private field ‘xxx‘ is never assigned 按Alt...
报错如下,通过源不能下载,最后警告pip需升级版本 Requirem...