-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
can´t find emulation device #623
Comments
Hello, thank you for your feedback, would you mind sending us radon ide logs? You can find them in output section of vscode under Radon IDE. Also could you tell me what version of android API do you have installed on your device? |
Facing the same issue, despite adding Google Pixel 7 device in Android Studio. I have Android 34 and 35 installed. Output logs:
|
same here >:( |
sorry for long delay in answering, but I took some time off here. |
Glad to hear its working @vanderleisp – as for the CPU usage, it'd be good to understand the breakdown between different processes. Things like emulator or the application you're starting from Radon IDE are spawned as separate processes and will not contribute CPU usage to the VSCode main process. You can also try using VSCode's command "Developer: Open Process Explorer" that's accessible from command palette (cmd+shift+P shortcut) which shows only processes owned by the editor. |
@timonjagi are you running this on ARM (M1/M2 etc.) or x86 intel Mac? It appears like something is broken with the image installation in Android sdk. The reason for the crash is the missing kernel file as described in these two error messages:
Would you be able to check if Otherwise try installing some new version of the SDK using instructions from here: https://ide.swmansion.com/docs/simulators#installing-android-images and then try creating new emulator with that installed version of SDK |
@ViniciusMarcuS2i do you see the same error logs related to missing kernel-ranchu or what do you mean by "same here" |
Installed Radon as extension to VS Code, and then opened a React Native code, and went to add a device to emulate, but the two Android options that showed up, Google Pixel 7 and 6a, wasn´t installed, so I went to the Android Studio and installed both, but still Radon can´t find the images, as:
No devices found
No system images found. You can install them using Android Studio.
Environment
don´t know if need to reboot the machine as for the VS Code find the images installed by the Android Studio.
The text was updated successfully, but these errors were encountered: