'LD Player adb port number?

I am a React Native developer. I used to run my app on Nox.

adb connect localhost:62001
react-native run-android --deviceId localhost:62001

Now, I want to run my app on LD Player. However, I don't know what the port number of the LD Player is.

adb connect localhost:????? 

Please help me with how to connect and run my react-native app on LD Player.



Solution 1:[1]

LDPlayer doesn't have port naturally.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 neostar-2020