Last active
July 19, 2023 13:29
-
-
Save ivang7/992169b0d8e0e13d4ee1fa0fb14e1af4 to your computer and use it in GitHub Desktop.
koplayer adb conncet android studio
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 | |
call adb connect localhost:6555 | |
adb devices | |
:: localhost:6555 device в случае удачного подключения | |
pause |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment