开发者

how to get emulator port number in program?

开发者 https://www.devze.com 2023-02-10 08:01 出处:网络
i want to get android emula开发者_如何学JAVAtor port number in program how do i get it????Execute the command

i want to get android emula开发者_如何学JAVAtor port number in program how do i get it????


Execute the command

netstat -aon

from command prompt. You will get all the PDIs and port numbers used by them. You can see the PID for emulator from task manager or use the command

tasklist

The process name is 'emulator-arm.exe'


By using the netstat command

0

精彩评论

暂无评论...
验证码 换一张
取 消