Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/android/225.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Android仿真器一直在说过时了_Android_Android Emulator - Fatal编程技术网

Android仿真器一直在说过时了

Android仿真器一直在说过时了,android,android-emulator,Android,Android Emulator,我的Android SDK安装(无论是在带AS的Windows中还是在不带AS的Linux中)不断提示我“你的模拟器已经过时了” 我的Windows AS找不到任何更新。我的sdkmanager--list将在下面列出: 有人能帮忙吗 没有基于提供的输入的解决方案,因为错误可能不是模拟器已过期,而是原始海报未报告另一个错误。 搜索仿真器报告的第一个错误 Failed to open /qemu.conf, err: 2 或 emulator: ERROR: GPU emulation is

我的Android SDK安装(无论是在带AS的Windows中还是在不带AS的Linux中)不断提示我“你的模拟器已经过时了”

我的Windows AS找不到任何更新。我的
sdkmanager--list
将在下面列出:


有人能帮忙吗

没有基于提供的输入的解决方案,因为错误可能不是模拟器已过期,而是原始海报未报告另一个错误。
搜索仿真器报告的第一个错误

Failed to open /qemu.conf, err: 2

emulator: ERROR: GPU emulation is disabled
audio: Failed to create voice…

emulator: ERROR: GPU emulation is disabled
audio: Failed to create voice…
…等等

在我的例子中,(未能打开/qemu.conf),我必须以管理员的身份打开CMD,打开记事本,并在C的根目录下保存一个空的qemu.conf:

C:\>notepad qemu.conf

根据

可能的重复肯定不是重复,一个是Google Play服务的过期,另一个是模拟器本身的过期。一年多没有解决方案,这总是一个坏迹象。根据这个答案()判断,你可能需要创建一个新的avd。您当前的avd可能是使用以前版本的Android Emulator创建的。我在Ubuntu Linux上也有同样的问题。