This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:: C:\Users\Ivan\AppData\Local\Android\Sdk\emulator>emulator -list-avds | |
:: C:\Users\Ivan\AppData\Local\Android\Sdk\emulator>emulator -avd My_Device_x86 | |
@echo off | |
cd C:\KOPLAYER | |
netstat -an | find /i "listening" | |
call adb kill-server |