This is a continuation of my previous question posted here:
Can I "force" the Android Simulator to always use the same port?
I kind of found a workaround for the issue described in that question. It's temporary, as it exposes the virtual machine where I am trying to run this NativeScript development environment, but for now, it will do.
I don't see that error but I have run into a different thing and I want to ask your help with it.
Running the
>tns doctor
command, I see that all issues are perfectly installed and up-to-date:
In Android Studio -> AVD Manager, I see the emulator properly installed:
I also see it in my Visual Studio Code terminal:
So far, so good. If I try to run my application, I get this result:
I try to execute the command suggested on the first line. I get this:
I also tried debugging and targetting my emulator. Same kind of response:
I have configured 2 GB of RAM on the emulator. Presumably, that is not the cause of this crash.
Does anyone have any suggestions on how to get out of this situation? So far this has been extremely frustrating.
Thanks, Ed