I am setting up Android Studio on Windows 10 for some React Native development, but Android Studio comes with API 35 preinstalled, whereas React Native targets API 34. I am able to run virtual devices on API 35, but when I install the SDK for Android 14 and API 34 and set up a virtual device it does not work. I can run the virtual device but it stays in the background, and when I click on it in the taskbar it throws up 5 or so “Unable to execute” errors due to missing dlls. Does anyone have experience with errors such as this, or know what my next trouble shooting steps are? I have tried different phones (virtual), I have tried removing API 35, I have tried both the Intel and the Google API system images for API 34
Thanks in advance