When I entered "tns run android" in the terminal, the default emulator API23 launched but my app didn't install. Instead, an error occurred. This is different from when I run it on the IOS simulator, which runs smoothly without any errors.
The native emulator cannot run your app. You can increase the timeout of the operation with the --timeout option or restart your adb server using the 'adb kill-server' command. Another solution would be to open the Android Virtual Device manager and allocate more RAM to the virtual device.
I would really appreciate any help with this issue. Thank you!