Android Emulator - Finding Port Number

user3371750

I am running Android Studio with Microsoft's Visual Studio Emulator for Android on Windows 10. (I cannot use the default emulator due to an issue I am having with Intel HAXM)

Is anyone able to tell me an easy way of finding the port number that an emulated device is running on? I need to connect to the emulator through Telnet in order to send SMS commands.

Rahul Tiwari

Usually, adb devices command will tell you emulator port: port

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related