I’m setting up my environment to work on a React Native project on a new Windows laptop. I followed all the steps in the setup guide: https://reactnative.dev/docs/set-up-your-environment
However, whenever I try to boot the device, I get the error “The AVD process has terminated.” I checked to make sure there was enough free space in the drive, and there was indeed 130GB of free space, which was more than enough. It may fail if available storage is less than 7.5GB.
A solution not mentioned in the guide is to download Visual C++ Redistributable.
https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170
Thanks to DrXPatt on Youtube for the solution!
https://www.youtube.com/watch?v=eeIlKz3CNmc&ab_channel=DrXPatt