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.
Try this :
adb connect localhost:5554