Status Update
Comments
rk...@google.com <rk...@google.com> #2
Thanks for the feedback on the emulator. To help us troubleshoot this issue further, we will need more information. Please share detailed reproduction steps and as much as possible of the following information:
1. Emulator version
2. Run the emulator from command line with “$ANDROID_SDK_ROOT/emulator/emulator -avd <NameOfAVD> -verbose -show-kernel” and send the resulting logs
3. Any relevant Logcat logs
4. The results of running “adb shell top” in the command line.
For more information on what’s needed and how to obtain this information please read the guide athttps://developer.android.com/studio/report-bugs#emulator-bugs .
1. Emulator version
2. Run the emulator from command line with “$ANDROID_SDK_ROOT/emulator/emulator -avd <NameOfAVD> -verbose -show-kernel” and send the resulting logs
3. Any relevant Logcat logs
4. The results of running “adb shell top” in the command line.
For more information on what’s needed and how to obtain this information please read the guide at
st...@gmail.com <st...@gmail.com> #3
The Android Studio Emulator is intended to be used by app developers to test their app. It is not intended to be used as a device substitute to run arbitrary apps.
rk...@google.com <rk...@google.com> #4
Hi, please attach idea.log (in Android Studio, Help > Show Log).
us...@gmail.com <us...@gmail.com> #5
I think there was a general software issue. I didn't change anything, but it's working now. Thank you.
Description
Issue Summary: I installed Android Studio Ladybug version and created a new virtual device. However, when I try to start the emulator or run the project, I keep getting the error "The emulator process for AVD Medium_Phone_API_35 has terminated." This issue occurs regardless of which device or API version I select.
Steps to Reproduce:
Installed Android Studio Ladybug version.
Created a new virtual device (AVD), tried different devices and API versions, such as "Medium_Phone_API_35."
Attempted to start the emulator or run the project.
Encountered the error "The emulator process for AVD Medium_Phone_API_35 has terminated."
What Happened: I received the error message, and the emulator failed to start. I cannot see the virtual device in Logcat, so I cannot log the error. However, when I connect a physical device via USB, the application works fine.
Expected Behavior: The emulator should start properly, and the application should run without issues.
Device and Version Information:
Android Studio Version: Ladybug
Virtual Device Configuration: AVD Medium_Phone_API_35, tried different devices and API versions.
Computer Information: [Provide your computer's OS and hardware details, e.g., Windows 10, 16 GB RAM, Intel i7 processor, etc.]
SDK Tools: All SDK tools are up to date.
Additional Information:
Virtualization is enabled in the BIOS settings.
I cannot see the virtual device in Logcat, so I am unable to log the error.
When I connect a physical device via USB, the application runs without any issues.
Is this a security-related issue?: No