Android Studio Flutter - 警告:另一个模拟器仍在运行 - Windows 10

阿尔特姆

关闭模拟器后,我在重新启动模拟器时遇到问题。重新启动 android studio - 没有帮助。重新启动我的计算机有帮助。我也无法通过任务管理器找到并[停止此过程]。这样我就无法重新启动。顺便说一句,错误显示为拼写错误。帮助。谁遇到过这样的问题,如何解决?

emulator: WARNING: Another emualtor is still running, wait for a sec... emulator: WARNING: 
Another emualtor is still running, wait for a sec... emulator: WARNING: Another emualtor is 
still running, wait for a sec... emulator: ERROR: Another emulator instance is running. 
Please close it or run all emulators with -read-only flag. emulator: Android emulator version
30.6.5.0 (build_id 7324830) (CL:N/A)

另一个模拟器仍在运行

[√] Flutter (Channel stable, 2.2.2, on Microsoft Windows [Version 10.0.19042.1052], locale ru-UA)
    • Flutter version 2.2.2 at C:\src\flutter
    • Framework revision d79295af24 (4 days ago), 2021-06-11 08:56:01 -0700
    • Engine revision 91c9fc8fe0
    • Dart version 2.13.3
[√] Android toolchain - develop for Android devices (Android SDK version 30.0.3)
    • Android SDK at C:\Users\ArtRyzen\AppData\Local\Android\sdk
    • Platform android-30, build-tools 30.0.3
    • Java binary at: C:\Android\Android Studio\jre\bin\java
    • Java version OpenJDK Runtime Environment (build 11.0.8+10-b944.6842174)
    • All Android licenses accepted.
[√] Chrome - develop for the web
    • Chrome at C:\Program Files\Google\Chrome\Application\chrome.exe
[√] Android Studio
    • Android Studio at C:\Android\Android Studio
    • Flutter plugin can be installed from:
       https://plugins.jetbrains.com/plugin/9212-flutter
    • Dart plugin can be installed from:
       https://plugins.jetbrains.com/plugin/6351-dart
    • android-studio-dir = C:\Android\Android Studio
    • Java version OpenJDK Runtime Environment (build 11.0.8+10-b944.6842174)
[√] Connected device (3 available)
    • sdk gphone x86 (mobile) • emulator-5554 • android-x86    • Android 11 (API 30) (emulator)
    • Chrome (web)            • chrome        • web-javascript • Google Chrome 91.0.4472.101
    • Edge (web)              • edge          • web-javascript • Microsoft Edge 91.0.864.48

问题通过重新安装模拟器解决。

孟德尔

在 Windows 上,运行 Android 模拟器的软件称为“qemu-system-x86_64.exe”。

尝试杀死该软件。您可以taskkill在命令提示符中使用内置实用程序:

  1. 打开命令提示符(在 Windows 搜索中输入 CMD)
  2. 进入: taskkill /F /IM "qemu-system-x86_64.exe" /T

taskkill命令的解释

/F    Specifies that processes be forcefully ended. This parameter is ignored for remote processes; all remote processes are forcefully ended.

/T    Ends the specified process and any child processes started by it.

/IM   Specifies the image name of the process to be terminated.

本文收集自互联网,转载请注明来源。

如有侵权,请联系 [email protected] 删除。

编辑于
0

我来说两句

0 条评论
登录 后参与评论

相关文章

Flutter App 未在 Windows 的 Android 模拟器中运行

使用Windows 10在Android模拟器上运行Expo

如何从 Android Studio 在 Windows 10 上运行 Build runner

Android Studio IDE是否可以在Windows 10上运行?

无法使用错误启动android模拟器:当前AVD上正在运行另一个模拟器实例

无法在 Windows 10 上下载 Android Studio

Android Studio无法在Windows 10上打开

Windows 10 上的 Android Studio 2.3 在第一个 gradle 构建时永远等待

Android Studio:模拟器已在运行

Android Studio在运行新应用时会删除另一个应用

当Windows 10上运行FireFox时,为什么运行Oreo的android模拟器崩溃?

使用Android模拟器后Windows 10上的蓝屏

Android Studio 模拟器总是让 Windows 崩溃

与Windows 10相比,Android模拟器在ubuntu 17.04上的运行速度极慢

尝试在Windows 10机器上运行React Native iOS和android模拟器

无法在Windows 10 Android Studio上编译VLC Android

Android Studio无法在Windows 10上检测到Android设备

我可以使用Android Studio Avd Manger在Windows上运行iOS模拟器吗

无法在Windows 10,Visual Studio 2015上启动Windows 8 Universal App的模拟器

更新到3.6后的Android Studio我在Windows 10的窗口顶部看到一个黑条

Windows 10的Android Studio 3.4-找不到设备文件资源管理器

我需要一个 android studio 以外的 android 模拟器?

Android Studio Build在Windows 10上使用100%CPU

如何从Windows 10完全删除旧版本的Android Studio

如何从Windows(v10)完全卸载Android Studio?

Android Studio:如何从Windows 10 Ubuntu bash集成Git?

Android Studio 4.1.1 绕过 Windows 10 上的 SDK 安装

Windows 10上的Android Studio启动错误'PluginManagerCore.getEnabledPluginRawList()'

无法在Android Studio中运行Flutter项目