Hello experts i’m new in flutter and android studio and i’m facing a common issue as i could see: no emulator running:
this my flutter dotcor log
Doctor summary (to see all details, run flutter doctor -v): [√] Flutter (Channel stable, 3.27.1, on Microsoft Windows [version
10.0.22631.4602], locale fr-FR) [√] Windows Version (Installed version of Windows is version 10 or higher) [√] Android toolchain – develop
for Android devices (Android SDK version 35.0.0) [√] Chrome – develop
for the web [√] Visual Studio – develop Windows apps (Visual Studio
Build Tools 2019 16.11.41) [√] Android Studio (version 2024.2) [√] VS
Code (version 1.96.2) [√] Connected device (3 available) [√] Network
resources• No issues found! PS D:Projectsmyfirstflutterproject> flutter
[√] Windows Version (Installed version of Windows is version 10 or
doctor -v [√] Flutter (Channel stable, 3.27.1, on Microsoft Windows
[version 10.0.22631.4602], locale fr-FR)
• Flutter version 3.27.1 on channel stable at D:Projectsflutter
• Upstream repository https://github.com/flutter/flutter.git
• Framework revision 17025dd882 (4 weeks ago), 2024-12-17 03:23:09 +0900
• Engine revision cb4b5fff73
• Dart version 3.6.0
• DevTools version 2.40.2
higher) [√] Android toolchain – develop for Android devices (Android SDK
version 35.0.0)
• Android SDK at C:UsersuserAppDataLocalAndroidSdk
• Platform android-Baklava, build-tools 35.0.0
• ANDROID_HOME = C:UsersuserAppDataLocalAndroidSdk
• Java binary at: C:Program FilesAndroidAndroid Studiojbrbinjava
• Java version OpenJDK Runtime Environment (build 21.0.4+-12508038-b607.1)
• All Android licenses accepted. [√] Chrome – develop for the web
• Chrome at C:Program FilesGoogleChromeApplicationchrome.exe [√] Visual Studio – develop Windows apps (Visual Studio Build
Tools 2019 16.11.41)
• Visual Studio at C:Program Files (x86)Microsoft Visual Studio2019BuildTools
• Visual Studio Build Tools 2019 version 16.11.35325.158
• Windows 10 SDK version 10.0.19041.0 [√] Android Studio (version 2024.2)
• Android Studio at C:Program FilesAndroidAndroid 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:Program FilesAndroidAndroid Studio
• Java version OpenJDK Runtime Environment (build 21.0.4+-12508038-b607.1) [√] VS Code (version 1.96.2)
• VS Code at C:UsersuserAppDataLocalProgramsMicrosoft VS Code
• Flutter extension version 3.102.0 [√] Connected device (3 available)
• Windows (desktop) • windows • windows-x64 • Microsoft Windows [version 10.0.22631.4602] • Chrome (web) • chrome • web-javascript • Google Chrome 131.0.6778.265
• Edge (web) • edge • web-javascript • Microsoft Edge 132.0.2957.93 [√] Network resources
• All expected network resources are available.
i have create 3 virtual device but none of them is loading. i’ve tried the cold boot, kill adb, run adb serivces. nothing is working
here is the idea.log there are no severe item and here is log:
com.android.tools.idea.adb.AdbService – Device [emulator-5554] is offline (device state is AUTHORIZING
)
INFO – #com.android.tools.idea.adb.AdbService – Device [emulator-5554] is offline (device state is OFFLINE
)
2025-01-12 18:26:46,522 [ 714564] INFO – #com.android.tools.idea.adb.AdbService – Device [emulator-5554] has come online
what am i missing please? could someone please lead me on solving that issue?
2
Answers
You can check emulator authorization. Open the emulator and check if there’s an authorization dialog asking for permission to accept the RSA key. If so, accept it. If the dialog doesn’t appear, try deleting the
.android/avd/YourAVD.avd
folder and recreate the AVD.Another way is increasing emulator RAM. Open Android Studio, go to AVD Manager, select your emulator, and click on Edit. Increase the RAM size under the Memory and Storage section.
Kindly check the
C:
drive storage space; if it is low, then the emulator won’t start.