I've been trying to get Appcelerator setup properly and to run the first project that is run on their "Get Started" page. All the dependencies have been installed, but when I attempt to run the first project by typing the command "appc run --platform android", I receive the errors
"[ERROR] Unable to start emulator "Pixel_3a_API_27"
[ERROR] connect ECONNREFUSED 127.0.0.1:5037"
I have noticed that the emulator listed changes based upon the emulators I create in Android Studio, but none of them will run, they just come back with the same error but the available emulator is listed. For example, if API_30 is available, the error will list "Pixel_3a_API_30"
Any advice would be greatly appreciated.