My adb device gets disconnected when running appium

I dont know what is going on. Im just trying to figure out how appium works doing some small test but i cannot even get it running

I enabled dev options in android and usb depuration

Im using nox and android 7.1.2 machine. I connect from cmd to adb before running the test,

C:\Users\qwert\AppData\Local\Android\Sdk\platform-tools>adb connect 127.0.0.1:62001
already connected to 127.0.0.1:62001

after running it gets disconnected

here are full logs:

[info] e[35m[Appium]e[39m Welcome to Appium v1.21.0
[info] e[35m[Appium]e[39m Non-default server args:
[info] e[35m[Appium]e[39m   relaxedSecurityEnabled: true
[info] e[35m[Appium]e[39m   allowInsecure: {
[info] e[35m[Appium]e[39m   }
[info] e[35m[Appium]e[39m   denyInsecure: {
[info] e[35m[Appium]e[39m   }
[info] e[35m[Appium]e[39m Appium REST http interface listener started on 0.0.0.0:4723[info] e[35m[HTTP]e[39m e[37m-->e[39m e[37mGETe[39m e[37m/wd/hub/sessionse[39m
[info] e[35m[HTTP]e[39m e[90m{}e[39m
[debug] e[35m[GENERIC]e[39m Calling AppiumDriver.getSessions() with args: []
[debug] e[35m[GENERIC]e[39m Responding to client with driver.getSessions() result: []
[info] e[35m[HTTP]e[39m e[37m<-- GET /wd/hub/sessions e[39me[32m200e[39m e[90m8 ms - 40e[39m
[info] e[35m[HTTP]e[39m e[90me[39m[info] e[35m[HTTP]e[39m e[37m-->e[39m e[37mPOSTe[39m e[37m/wd/hub/sessione[39m
[info] e[35m[HTTP]e[39m e[90m{"desiredCapabilities":{"app":"C:\\Users\\qwert\\Downloads\\Test\\tribalwars.apk","ensureWebviewsHavePages":true,"platformName":"Android","platformVersion":"7.1.2","newCommandTimeout":0,"connectHardwareKeyboard":true}}e[39m
[debug] e[35m[MJSONWP]e[39m Calling AppiumDriver.createSession() with args: [{"app":"C:\\Users\\qwert\\Downloads\\Test\\tribalwars.apk","ensureWebviewsHavePages":true,"platformName":"Android","platformVersion":"7.1.2","newCommandTimeout":0,"connectHardwareKeyboard":true},null,null]
[debug] e[35m[BaseDriver]e[39m Event 'newSessionRequested' logged at 1622962940374 (09:02:20 GMT+0200 (hora de verano de Europa central))
[warn] e[35m[Appium]e[39m 
[warn] e[35m[Appium]e[39m ======================================================================
[warn] e[35m[Appium]e[39m   DEPRECATION WARNING:
[warn] e[35m[Appium]e[39m 
[warn] e[35m[Appium]e[39m   The 'automationName' capability was not provided in the desired 
[warn] e[35m[Appium]e[39m   capabilities for this Android session
[warn] e[35m[Appium]e[39m 
[warn] e[35m[Appium]e[39m   Setting 'automationName=UiAutomator2' by default and using the 
[warn] e[35m[Appium]e[39m   UiAutomator2 Driver
[warn] e[35m[Appium]e[39m 
[warn] e[35m[Appium]e[39m   The next major version of Appium (2.x) will **require** the 
[warn] e[35m[Appium]e[39m   'automationName' capability to be set for all sessions on all 
[warn] e[35m[Appium]e[39m   platforms
[warn] e[35m[Appium]e[39m 
[warn] e[35m[Appium]e[39m   In previous versions (Appium <= 1.13.x), the default was 
[warn] e[35m[Appium]e[39m   'automationName=UiAutomator1'
[warn] e[35m[Appium]e[39m 
[warn] e[35m[Appium]e[39m   If you wish to use that automation instead of UiAutomator2, please 
[warn] e[35m[Appium]e[39m   add 'automationName=UiAutomator1' to your desired capabilities
[warn] e[35m[Appium]e[39m 
[warn] e[35m[Appium]e[39m   For more information about drivers, please visit 
[warn] e[35m[Appium]e[39m   http://appium.io/docs/en/about-appium/intro/ and explore the 
[warn] e[35m[Appium]e[39m   'Drivers' menu
[warn] e[35m[Appium]e[39m 
[warn] e[35m[Appium]e[39m ======================================================================
[warn] e[35m[Appium]e[39m 
[info] e[35m[Appium]e[39m Appium v1.21.0 creating new AndroidUiautomator2Driver (v1.65.0) session
[info] e[35m[Appium]e[39m Applying relaxed security to 'AndroidUiautomator2Driver' as per server command line argument. All insecure features will be enabled unless explicitly disabled by --deny-insecure
[debug] e[35m[BaseDriver]e[39m Creating session with MJSONWP desired capabilities: {
[debug] e[35m[BaseDriver]e[39m   "app": "C:\\Users\\qwert\\Downloads\\Test\\tribalwars.apk",
[debug] e[35m[BaseDriver]e[39m   "ensureWebviewsHavePages": true,
[debug] e[35m[BaseDriver]e[39m   "platformName": "Android",
[debug] e[35m[BaseDriver]e[39m   "platformVersion": "7.1.2",
[debug] e[35m[BaseDriver]e[39m   "newCommandTimeout": 0,
[debug] e[35m[BaseDriver]e[39m   "connectHardwareKeyboard": true
[debug] e[35m[BaseDriver]e[39m }
[warn] e[35m[BaseDriver]e[39m The following capabilities were provided, but are not recognized by Appium:
[warn] e[35m[BaseDriver]e[39m   connectHardwareKeyboard
[info] e[35m[BaseDriver]e[39m Session created with session id: 5a83684b-57e2-41a2-adcc-cac4a0922467[info] e[35m[ADB]e[39m Found 1 'build-tools' folders under 'C:\Users\qwert\AppData\Local\Android\Sdk' (newest first):
[info] e[35m[ADB]e[39m     C:/Users/qwert/AppData/Local/Android/Sdk/build-tools/30.0.3
[info] e[35m[ADB]e[39m Using 'adb.exe' from 'C:\Users\qwert\AppData\Local\Android\Sdk\platform-tools\adb.exe'
[debug] e[35m[ADB]e[39m Running 'C:\Users\qwert\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 start-server'
[info] e[35m[AndroidDriver]e[39m Retrieving device list
[debug] e[35m[ADB]e[39m Trying to find a connected android device
[debug] e[35m[ADB]e[39m Getting connected devices[debug] e[35m[ADB]e[39m Connected devices: [{"udid":"127.0.0.1:62001","state":"device"}]
[info] e[35m[AndroidDriver]e[39m Looking for a device with Android '7.1.2'
[debug] e[35m[ADB]e[39m Setting device id to 127.0.0.1:62001
[info] e[35m[ADB]e[39m Getting device platform version
[debug] e[35m[ADB]e[39m Running 'C:\Users\qwert\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s 127.0.0.1:62001 shell getprop ro.build.version.release'
[debug] e[35m[ADB]e[39m Current device property 'ro.build.version.release': 7.1.2
[info] e[35m[AndroidDriver]e[39m Using device: 127.0.0.1:62001
[info] e[35m[ADB]e[39m Using 'adb.exe' from 'C:\Users\qwert\AppData\Local\Android\Sdk\platform-tools\adb.exe'
[debug] e[35m[ADB]e[39m Running 'C:\Users\qwert\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 start-server'[debug] e[35m[ADB]e[39m Setting device id to 127.0.0.1:62001
[debug] e[35m[ADB]e[39m Running 'C:\Users\qwert\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s 127.0.0.1:62001 shell getprop ro.build.version.sdk'
[debug] e[35m[ADB]e[39m Current device property 'ro.build.version.sdk': 25
[debug] e[35m[ADB]e[39m Device API level: 25
[debug] e[35m[AndroidDriver]e[39m Parsing package and activity from app manifest
[info] e[35m[ADB]e[39m Package name: 'air.com.innogames.staemme'
[info] e[35m[ADB]e[39m Main activity name: 'air.com.innogames.staemme.splash.SplashActivity'
[debug] e[35m[AndroidDriver]e[39m Parsed package and activity are: air.com.innogames.staemme/air.com.innogames.staemme.splash.SplashActivity
[debug] e[35m[ADB]e[39m Running 'C:\Users\qwert\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s 127.0.0.1:62001 wait-for-device'[debug] e[35m[ADB]e[39m Running 'C:\Users\qwert\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s 127.0.0.1:62001 shell echo ping'
[debug] e[35m[AndroidDriver]e[39m Pushing settings apk to device...
[debug] e[35m[ADB]e[39m Getting install status for io.appium.settings
[debug] e[35m[ADB]e[39m Running 'C:\Users\qwert\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s 127.0.0.1:62001 shell dumpsys package io.appium.settings'[debug] e[35m[ADB]e[39m 'io.appium.settings' is installed
[debug] e[35m[ADB]e[39m Getting package info for 'io.appium.settings'
[debug] e[35m[ADB]e[39m Running 'C:\Users\qwert\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s 127.0.0.1:62001 shell dumpsys package io.appium.settings'
[debug] e[35m[ADB]e[39m The version name of the installed 'io.appium.settings' is greater or equal to the application version name ('3.3.0' >= '3.3.0')
[debug] e[35m[ADB]e[39m There is no need to install/upgrade 'C:\Program Files\Appium\resources\app\node_modules\appium\node_modules\io.appium.settings\apks\settings_apk-debug.apk'
[debug] e[35m[ADB]e[39m Getting IDs of all 'io.appium.settings' processes
[debug] e[35m[ADB]e[39m Running 'C:\Users\qwert\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s 127.0.0.1\:62001 shell 'pgrep --help; echo $?''[debug] e[35m[ADB]e[39m Running 'C:\Users\qwert\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s 127.0.0.1\:62001 shell 'pgrep ^appium\\.settings$ || pgrep ^io\\.appium\\.setti$''
[debug] e[35m[AndroidDriver]e[39m io.appium.settings is already running. There is no need to reset its permissions.
[debug] e[35m[ADB]e[39m Running 'C:\Users\qwert\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s 127.0.0.1:62001 shell appops set io.appium.settings android:mock_location allow'[debug] e[35m[Logcat]e[39m Starting logs capture with command: C:\\Users\\qwert\\AppData\\Local\\Android\\Sdk\\platform-tools\\adb.exe -P 5037 -s 127.0.0.1\:62001 logcat -v threadtime[debug] e[35m[UiAutomator2]e[39m Forwarding UiAutomator2 Server port 6790 to local port 8200
[debug] e[35m[ADB]e[39m Forwarding system: 8200 to device: 6790
[debug] e[35m[ADB]e[39m Running 'C:\Users\qwert\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s 127.0.0.1:62001 forward tcp:8200 tcp:6790'
[info] e[35m[UiAutomator2]e[39m Server package at 'C:\Program Files\Appium\resources\app\node_modules\appium\node_modules\appium-uiautomator2-server\apks\appium-uiautomator2-server-v4.21.1.apk' is not writeable. Will copy it into the temporary location at 'C:\Users\qwert\AppData\Local\Temp\202156-1312-1ooy05v.6bv1' as a workaround. Consider making this file writeable manually in order to improve the performance of session startup.
[info] e[35m[UiAutomator2]e[39m Server package at 'C:\Program Files\Appium\resources\app\node_modules\appium\node_modules\appium-uiautomator2-server\apks\appium-uiautomator2-server-debug-androidTest.apk' is not writeable. Will copy it into the temporary location at 'C:\Users\qwert\AppData\Local\Temp\202156-1312-1ooy05v.6bv1' as a workaround. Consider making this file writeable manually in order to improve the performance of session startup.
[debug] e[35m[ADB]e[39m Getting install status for io.appium.uiautomator2.server
[debug] e[35m[ADB]e[39m Running 'C:\Users\qwert\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s 127.0.0.1:62001 shell dumpsys package io.appium.uiautomator2.server'[debug] e[35m[ADB]e[39m 'io.appium.uiautomator2.server' is installed
[debug] e[35m[ADB]e[39m Getting package info for 'io.appium.uiautomator2.server'
[debug] e[35m[ADB]e[39m Running 'C:\Users\qwert\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s 127.0.0.1:62001 shell dumpsys package io.appium.uiautomator2.server'
[debug] e[35m[ADB]e[39m The version name of the installed 'io.appium.uiautomator2.server' is greater or equal to the application version name ('4.21.1' >= '4.21.1')
[debug] e[35m[UiAutomator2]e[39m io.appium.uiautomator2.server installation state: sameVersionInstalled
[debug] e[35m[ADB]e[39m Checking app cert for C:\Users\qwert\AppData\Local\Temp\202156-1312-1ooy05v.6bv1\appium-uiautomator2-server-v4.21.1.apk
[info] e[35m[ADB]e[39m Using 'apksigner.jar' from 'C:\Users\qwert\AppData\Local\Android\Sdk\build-tools\30.0.3\lib\apksigner.jar'
[debug] e[35m[ADB]e[39m Starting apksigner: 'C:\\Program Files\\Java\\jdk1.8.0_271\\bin\\java.exe' -Xmx1024M -Xss1m -jar C:\\Users\\qwert\\AppData\\Local\\Android\\Sdk\\build-tools\\30.0.3\\lib\\apksigner.jar verify --print-certs C:\\Users\\qwert\\AppData\\Local\\Temp\\202156-1312-1ooy05v.6bv1\\appium-uiautomator2-server-v4.21.1.apk[debug] e[35m[ADB]e[39m apksigner stdout: Signer #1 certificate DN: [email protected], CN=Android, OU=Android, O=Android, L=Mountain View, ST=California, C=US
[debug] e[35m[ADB]e[39m Signer #1 certificate SHA-256 digest: a40da80a59d170caa950cf15c18c454d47a39b26989d8b640ecd745ba71bf5dc
[debug] e[35m[ADB]e[39m Signer #1 certificate SHA-1 digest: 61ed377e85d386a8dfee6b864bd85b0bfaa5af81
[debug] e[35m[ADB]e[39m Signer #1 certificate MD5 digest: e89b158e4bcf988ebd09eb83f5378e87
[debug] e[35m[ADB]e[39m 
[debug] e[35m[ADB]e[39m sha256 hash did match for 'appium-uiautomator2-server-v4.21.1.apk'
[info] e[35m[ADB]e[39m 'C:\Users\qwert\AppData\Local\Temp\202156-1312-1ooy05v.6bv1\appium-uiautomator2-server-v4.21.1.apk' is signed with the default certificate
[debug] e[35m[ADB]e[39m Getting install status for io.appium.uiautomator2.server.test
[debug] e[35m[ADB]e[39m Running 'C:\Users\qwert\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s 127.0.0.1:62001 shell dumpsys package io.appium.uiautomator2.server.test'[debug] e[35m[ADB]e[39m 'io.appium.uiautomator2.server.test' is not installed
[debug] e[35m[ADB]e[39m Checking app cert for C:\Users\qwert\AppData\Local\Temp\202156-1312-1ooy05v.6bv1\appium-uiautomator2-server-debug-androidTest.apk
[debug] e[35m[ADB]e[39m Starting apksigner: 'C:\\Program Files\\Java\\jdk1.8.0_271\\bin\\java.exe' -Xmx1024M -Xss1m -jar C:\\Users\\qwert\\AppData\\Local\\Android\\Sdk\\build-tools\\30.0.3\\lib\\apksigner.jar verify --print-certs C:\\Users\\qwert\\AppData\\Local\\Temp\\202156-1312-1ooy05v.6bv1\\appium-uiautomator2-server-debug-androidTest.apk[debug] e[35m[ADB]e[39m apksigner stdout: Signer #1 certificate DN: [email protected], CN=Android, OU=Android, O=Android, L=Mountain View, ST=California, C=US
[debug] e[35m[ADB]e[39m Signer #1 certificate SHA-256 digest: a40da80a59d170caa950cf15c18c454d47a39b26989d8b640ecd745ba71bf5dc
[debug] e[35m[ADB]e[39m Signer #1 certificate SHA-1 digest: 61ed377e85d386a8dfee6b864bd85b0bfaa5af81
[debug] e[35m[ADB]e[39m Signer #1 certificate MD5 digest: e89b158e4bcf988ebd09eb83f5378e87
[debug] e[35m[ADB]e[39m 
[debug] e[35m[ADB]e[39m sha256 hash did match for 'appium-uiautomator2-server-debug-androidTest.apk'
[info] e[35m[ADB]e[39m 'C:\Users\qwert\AppData\Local\Temp\202156-1312-1ooy05v.6bv1\appium-uiautomator2-server-debug-androidTest.apk' is signed with the default certificate
[info] e[35m[UiAutomator2]e[39m Server packages are going to be (re)installed
[debug] e[35m[ADB]e[39m Running 'C:\Users\qwert\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s 127.0.0.1:62001 version'
[debug] e[35m[ADB]e[39m Running 'C:\Users\qwert\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s 127.0.0.1:62001 features'[debug] e[35m[ADB]e[39m Running 'C:\Users\qwert\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s 127.0.0.1:62001 help'
[info] e[35m[ADB]e[39m The application at 'C:\Users\qwert\AppData\Local\Temp\202156-1312-1ooy05v.6bv1\appium-uiautomator2-server-v4.21.1.apk' will not be cached, because the device under test has confirmed the support of streamed installs
[debug] e[35m[ADB]e[39m Running 'C:\Users\qwert\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s 127.0.0.1:62001 install -r C:\Users\qwert\AppData\Local\Temp\202156-1312-1ooy05v.6bv1\appium-uiautomator2-server-v4.21.1.apk'[info] e[35m[ADB]e[39m The installation of 'appium-uiautomator2-server-v4.21.1.apk' took 858ms
[debug] e[35m[ADB]e[39m Install command stdout: Performing Streamed Install
[debug] e[35m[ADB]e[39m Success
[info] e[35m[ADB]e[39m The application at 'C:\Users\qwert\AppData\Local\Temp\202156-1312-1ooy05v.6bv1\appium-uiautomator2-server-debug-androidTest.apk' will not be cached, because the device under test has confirmed the support of streamed installs
[debug] e[35m[ADB]e[39m Running 'C:\Users\qwert\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s 127.0.0.1:62001 install -r C:\Users\qwert\AppData\Local\Temp\202156-1312-1ooy05v.6bv1\appium-uiautomator2-server-debug-androidTest.apk'
[error] e[35m[Logcat]e[39m Logcat terminated with code 0, signal null
[debug] e[35m[UiAutomator2]e[39m Deleting UiAutomator2 session
[debug] e[35m[UiAutomator2]e[39m Deleting UiAutomator2 server session
[debug] e[35m[WD Proxy]e[39m Matched '/' to command name 'deleteSession'
[warn] e[35m[UiAutomator2]e[39m Did not get confirmation UiAutomator2 deleteSession worked; Error was: UnknownError: An unknown server-side error occurred while processing the command. Original error: Trying to proxy a session command without session id
[debug] e[35m[ADB]e[39m Running 'C:\Users\qwert\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s 127.0.0.1:62001 shell am force-stop air.com.innogames.staemme'[warn] e[35m[UiAutomator2]e[39m Unable to force stop app: Error executing adbExec. Original error: 'Command 'C:\\Users\\qwert\\AppData\\Local\\Android\\Sdk\\platform-tools\\adb.exe -P 5037 -s 127.0.0.1\:62001 shell am force-stop air.com.innogames.staemme' exited with code 1'; Stderr: 'adb server version (36) doesn't match this client (41); killing...
[warn] e[35m[UiAutomator2]e[39m * daemon started successfully
[warn] e[35m[UiAutomator2]e[39m adb.exe: device '127.0.0.1:62001' not found'; Code: '1'
[debug] e[35m[Logcat]e[39m Stopping logcat capture
[debug] e[35m[Logcat]e[39m Logcat already stopped
[debug] e[35m[ADB]e[39m Removing forwarded port socket connection: 8200 
[debug] e[35m[ADB]e[39m Running 'C:\Users\qwert\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s 127.0.0.1:62001 forward --remove tcp:8200'[info] e[35m[ADB]e[39m Error sending command, reconnecting device and retrying: forward,--remove,tcp:8200[debug] e[35m[ADB]e[39m Trying to find a connected android device
[debug] e[35m[ADB]e[39m Getting connected devices
[debug] e[35m[ADB]e[39m No connected devices have been detected
[debug] e[35m[ADB]e[39m Could not find online devices
[debug] e[35m[ADB]e[39m Reconnecting adb (target offline)
[debug] e[35m[ADB]e[39m Running 'C:\Users\qwert\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s 127.0.0.1:62001 reconnect offline'[debug] e[35m[ADB]e[39m Getting connected devices[debug] e[35m[ADB]e[39m No connected devices have been detected
[debug] e[35m[ADB]e[39m Could not find online devices
[debug] e[35m[ADB]e[39m Reconnecting adb (target offline)
[debug] e[35m[ADB]e[39m Running 'C:\Users\qwert\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s 127.0.0.1:62001 reconnect offline'[debug] e[35m[ADB]e[39m Getting connected devices[debug] e[35m[ADB]e[39m No connected devices have been detected
[debug] e[35m[ADB]e[39m Could not find online devices
[debug] e[35m[ADB]e[39m Reconnecting adb (target offline)
[debug] e[35m[ADB]e[39m Running 'C:\Users\qwert\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s 127.0.0.1:62001 reconnect offline'[debug] e[35m[ADB]e[39m Getting connected devices
[debug] e[35m[ADB]e[39m No connected devices have been detected
[debug] e[35m[ADB]e[39m Could not find online devices
[debug] e[35m[ADB]e[39m Reconnecting adb (target offline)
[debug] e[35m[ADB]e[39m Running 'C:\Users\qwert\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s 127.0.0.1:62001 reconnect offline'[debug] e[35m[ADB]e[39m Getting connected devices[debug] e[35m[ADB]e[39m No connected devices have been detected
[debug] e[35m[ADB]e[39m Could not find online devices
[debug] e[35m[ADB]e[39m Reconnecting adb (target offline)
[debug] e[35m[ADB]e[39m Running 'C:\Users\qwert\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s 127.0.0.1:62001 reconnect offline'[debug] e[35m[ADB]e[39m Getting connected devices[debug] e[35m[ADB]e[39m No connected devices have been detected
[debug] e[35m[ADB]e[39m Could not find online devices
[debug] e[35m[ADB]e[39m Reconnecting adb (target offline)
[debug] e[35m[ADB]e[39m Running 'C:\Users\qwert\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s 127.0.0.1:62001 reconnect offline'[debug] e[35m[ADB]e[39m Getting connected devices
[debug] e[35m[ADB]e[39m No connected devices have been detected
[debug] e[35m[ADB]e[39m Could not find online devices
[debug] e[35m[ADB]e[39m Reconnecting adb (target offline)
[debug] e[35m[ADB]e[39m Running 'C:\Users\qwert\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s 127.0.0.1:62001 reconnect offline'[debug] e[35m[ADB]e[39m Getting connected devices
[debug] e[35m[ADB]e[39m No connected devices have been detected
[debug] e[35m[ADB]e[39m Could not find online devices
[debug] e[35m[ADB]e[39m Reconnecting adb (target offline)
[debug] e[35m[ADB]e[39m Running 'C:\Users\qwert\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s 127.0.0.1:62001 reconnect offline'[debug] e[35m[ADB]e[39m Getting connected devices[debug] e[35m[ADB]e[39m No connected devices have been detected
[debug] e[35m[ADB]e[39m Could not find online devices
[debug] e[35m[ADB]e[39m Reconnecting adb (target offline)
[debug] e[35m[ADB]e[39m Running 'C:\Users\qwert\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s 127.0.0.1:62001 reconnect offline'[debug] e[35m[ADB]e[39m Getting connected devices
[debug] e[35m[ADB]e[39m No connected devices have been detected
[debug] e[35m[ADB]e[39m Could not find online devices
[debug] e[35m[ADB]e[39m Reconnecting adb (target offline)
[debug] e[35m[ADB]e[39m Running 'C:\Users\qwert\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s 127.0.0.1:62001 reconnect offline'[debug] e[35m[ADB]e[39m Getting connected devices
[debug] e[35m[ADB]e[39m No connected devices have been detected
[debug] e[35m[ADB]e[39m Could not find online devices
[debug] e[35m[ADB]e[39m Reconnecting adb (target offline)
[debug] e[35m[ADB]e[39m Running 'C:\Users\qwert\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s 127.0.0.1:62001 reconnect offline'[debug] e[35m[ADB]e[39m Getting connected devices[debug] e[35m[ADB]e[39m No connected devices have been detected
[debug] e[35m[ADB]e[39m Could not find online devices
[debug] e[35m[ADB]e[39m Reconnecting adb (target offline)
[debug] e[35m[ADB]e[39m Running 'C:\Users\qwert\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s 127.0.0.1:62001 reconnect offline'[debug] e[35m[ADB]e[39m Getting connected devices
[debug] e[35m[ADB]e[39m No connected devices have been detected
[debug] e[35m[ADB]e[39m Could not find online devices
[debug] e[35m[ADB]e[39m Reconnecting adb (target offline)
[debug] e[35m[ADB]e[39m Running 'C:\Users\qwert\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s 127.0.0.1:62001 reconnect offline'[debug] e[35m[ADB]e[39m Getting connected devices
[debug] e[35m[ADB]e[39m No connected devices have been detected
[debug] e[35m[ADB]e[39m Could not find online devices
[debug] e[35m[ADB]e[39m Reconnecting adb (target offline)
[debug] e[35m[ADB]e[39m Running 'C:\Users\qwert\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s 127.0.0.1:62001 reconnect offline'[debug] e[35m[ADB]e[39m Getting connected devices[debug] e[35m[ADB]e[39m No connected devices have been detected
[debug] e[35m[ADB]e[39m Could not find online devices
[debug] e[35m[ADB]e[39m Reconnecting adb (target offline)
[debug] e[35m[ADB]e[39m Running 'C:\Users\qwert\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s 127.0.0.1:62001 reconnect offline'[debug] e[35m[ADB]e[39m Getting connected devices
[debug] e[35m[ADB]e[39m No connected devices have been detected
[debug] e[35m[ADB]e[39m Could not find online devices
[debug] e[35m[ADB]e[39m Reconnecting adb (target offline)
[debug] e[35m[ADB]e[39m Running 'C:\Users\qwert\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s 127.0.0.1:62001 reconnect offline'[debug] e[35m[ADB]e[39m Getting connected devices
[debug] e[35m[ADB]e[39m No connected devices have been detected
[debug] e[35m[ADB]e[39m Could not find online devices
[debug] e[35m[ADB]e[39m Reconnecting adb (target offline)
[debug] e[35m[ADB]e[39m Running 'C:\Users\qwert\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s 127.0.0.1:62001 reconnect offline'[debug] e[35m[ADB]e[39m Getting connected devices[debug] e[35m[ADB]e[39m No connected devices have been detected
[debug] e[35m[ADB]e[39m Could not find online devices
[debug] e[35m[ADB]e[39m Reconnecting adb (target offline)
[debug] e[35m[ADB]e[39m Running 'C:\Users\qwert\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s 127.0.0.1:62001 reconnect offline'[debug] e[35m[ADB]e[39m Getting connected devices
[debug] e[35m[ADB]e[39m No connected devices have been detected
[debug] e[35m[ADB]e[39m Could not find online devices
[debug] e[35m[ADB]e[39m Reconnecting adb (target offline)
[debug] e[35m[ADB]e[39m Running 'C:\Users\qwert\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s 127.0.0.1:62001 reconnect offline'[debug] e[35m[ADB]e[39m Getting connected devices
[debug] e[35m[ADB]e[39m No connected devices have been detected
[debug] e[35m[ADB]e[39m Could not find online devices
[debug] e[35m[ADB]e[39m Reconnecting adb (target offline)
[debug] e[35m[ADB]e[39m Running 'C:\Users\qwert\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s 127.0.0.1:62001 reconnect offline'[debug] e[35m[ADB]e[39m Getting connected devices[debug] e[35m[ADB]e[39m No connected devices have been detected
[debug] e[35m[ADB]e[39m Could not find online devices
[debug] e[35m[ADB]e[39m Reconnecting adb (target offline)
[debug] e[35m[ADB]e[39m Running 'C:\Users\qwert\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s 127.0.0.1:62001 reconnect offline'[debug] e[35m[ADB]e[39m Getting connected devices
[debug] e[35m[ADB]e[39m No connected devices have been detected
[debug] e[35m[ADB]e[39m Could not find online devices
[debug] e[35m[ADB]e[39m Reconnecting adb (target offline)
[debug] e[35m[ADB]e[39m Running 'C:\Users\qwert\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s 127.0.0.1:62001 reconnect offline'[debug] e[35m[ADB]e[39m Getting connected devices
[debug] e[35m[ADB]e[39m No connected devices have been detected
[debug] e[35m[ADB]e[39m Could not find online devices
[debug] e[35m[ADB]e[39m Reconnecting adb (target offline)
[debug] e[35m[ADB]e[39m Running 'C:\Users\qwert\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s 127.0.0.1:62001 reconnect offline'[debug] e[35m[ADB]e[39m Getting connected devices[debug] e[35m[ADB]e[39m No connected devices have been detected
[debug] e[35m[ADB]e[39m Could not find online devices
[debug] e[35m[ADB]e[39m Reconnecting adb (target offline)
[debug] e[35m[ADB]e[39m Running 'C:\Users\qwert\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s 127.0.0.1:62001 reconnect offline'[debug] e[35m[ADB]e[39m Getting connected devices
[debug] e[35m[ADB]e[39m No connected devices have been detected
[debug] e[35m[ADB]e[39m Could not find online devices
[debug] e[35m[ADB]e[39m Reconnecting adb (target offline)
[debug] e[35m[ADB]e[39m Running 'C:\Users\qwert\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s 127.0.0.1:62001 reconnect offline'[debug] e[35m[ADB]e[39m Getting connected devices
[debug] e[35m[ADB]e[39m No connected devices have been detected
[debug] e[35m[ADB]e[39m Could not find online devices
[debug] e[35m[ADB]e[39m Reconnecting adb (target offline)
[debug] e[35m[ADB]e[39m Running 'C:\Users\qwert\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s 127.0.0.1:62001 reconnect offline'[debug] e[35m[ADB]e[39m Getting connected devices[debug] e[35m[ADB]e[39m No connected devices have been detected
[debug] e[35m[ADB]e[39m Could not find online devices
[debug] e[35m[ADB]e[39m Reconnecting adb (target offline)
[debug] e[35m[ADB]e[39m Running 'C:\Users\qwert\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s 127.0.0.1:62001 reconnect offline'[debug] e[35m[ADB]e[39m Getting connected devices
[debug] e[35m[ADB]e[39m No connected devices have been detected
[debug] e[35m[ADB]e[39m Could not find online devices
[debug] e[35m[ADB]e[39m Reconnecting adb (target offline)
[debug] e[35m[ADB]e[39m Running 'C:\Users\qwert\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s 127.0.0.1:62001 reconnect offline'[debug] e[35m[ADB]e[39m Getting connected devices
[debug] e[35m[ADB]e[39m No connected devices have been detected
[debug] e[35m[ADB]e[39m Could not find online devices
[debug] e[35m[ADB]e[39m Reconnecting adb (target offline)
[debug] e[35m[ADB]e[39m Running 'C:\Users\qwert\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s 127.0.0.1:62001 reconnect offline'[debug] e[35m[ADB]e[39m Getting connected devices[debug] e[35m[ADB]e[39m No connected devices have been detected
[debug] e[35m[ADB]e[39m Could not find online devices
[debug] e[35m[ADB]e[39m Reconnecting adb (target offline)
[debug] e[35m[ADB]e[39m Running 'C:\Users\qwert\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s 127.0.0.1:62001 reconnect offline'[debug] e[35m[ADB]e[39m Getting connected devices[debug] e[35m[ADB]e[39m No connected devices have been detected
[debug] e[35m[ADB]e[39m Could not find online devices
[debug] e[35m[ADB]e[39m Reconnecting adb (target offline)
[debug] e[35m[ADB]e[39m Running 'C:\Users\qwert\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s 127.0.0.1:62001 reconnect offline'[debug] e[35m[ADB]e[39m Getting connected devices
[debug] e[35m[ADB]e[39m No connected devices have been detected
[debug] e[35m[ADB]e[39m Could not find online devices
[debug] e[35m[ADB]e[39m Reconnecting adb (target offline)
[debug] e[35m[ADB]e[39m Running 'C:\Users\qwert\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s 127.0.0.1:62001 reconnect offline'[debug] e[35m[ADB]e[39m Getting connected devices
[debug] e[35m[ADB]e[39m No connected devices have been detected
[debug] e[35m[ADB]e[39m Could not find online devices
[debug] e[35m[ADB]e[39m Reconnecting adb (target offline)
[debug] e[35m[ADB]e[39m Running 'C:\Users\qwert\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s 127.0.0.1:62001 reconnect offline'[debug] e[35m[ADB]e[39m Getting connected devices[debug] e[35m[ADB]e[39m No connected devices have been detected
[debug] e[35m[ADB]e[39m Could not find online devices
[debug] e[35m[ADB]e[39m Reconnecting adb (target offline)
[debug] e[35m[ADB]e[39m Running 'C:\Users\qwert\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s 127.0.0.1:62001 reconnect offline'[debug] e[35m[ADB]e[39m Getting connected devices
[debug] e[35m[ADB]e[39m No connected devices have been detected
[debug] e[35m[ADB]e[39m Could not find online devices
[debug] e[35m[ADB]e[39m Reconnecting adb (target offline)
[debug] e[35m[ADB]e[39m Running 'C:\Users\qwert\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s 127.0.0.1:62001 reconnect offline'[debug] e[35m[ADB]e[39m Getting connected devices
[debug] e[35m[ADB]e[39m No connected devices have been detected
[debug] e[35m[ADB]e[39m Could not find online devices
[debug] e[35m[ADB]e[39m Reconnecting adb (target offline)
[debug] e[35m[ADB]e[39m Running 'C:\Users\qwert\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s 127.0.0.1:62001 reconnect offline'[debug] e[35m[ADB]e[39m Getting connected devices[debug] e[35m[ADB]e[39m No connected devices have been detected
[debug] e[35m[ADB]e[39m Could not find online devices
[debug] e[35m[ADB]e[39m Reconnecting adb (target offline)
[debug] e[35m[ADB]e[39m Running 'C:\Users\qwert\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s 127.0.0.1:62001 reconnect offline'[debug] e[35m[ADB]e[39m Getting connected devices
[debug] e[35m[ADB]e[39m No connected devices have been detected
[debug] e[35m[ADB]e[39m Could not find online devices
[debug] e[35m[ADB]e[39m Reconnecting adb (target offline)
[debug] e[35m[ADB]e[39m Running 'C:\Users\qwert\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s 127.0.0.1:62001 reconnect offline'[debug] e[35m[ADB]e[39m Getting connected devices
[debug] e[35m[ADB]e[39m No connected devices have been detected
[debug] e[35m[ADB]e[39m Could not find online devices
[debug] e[35m[ADB]e[39m Reconnecting adb (target offline)
[debug] e[35m[ADB]e[39m Running 'C:\Users\qwert\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s 127.0.0.1:62001 reconnect offline'[debug] e[35m[ADB]e[39m Getting connected devices[debug] e[35m[ADB]e[39m No connected devices have been detected
[debug] e[35m[ADB]e[39m Could not find online devices
[debug] e[35m[ADB]e[39m Reconnecting adb (target offline)
[debug] e[35m[ADB]e[39m Running 'C:\Users\qwert\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s 127.0.0.1:62001 reconnect offline'[debug] e[35m[ADB]e[39m Getting connected devices
[debug] e[35m[ADB]e[39m No connected devices have been detected
[debug] e[35m[ADB]e[39m Could not find online devices
[debug] e[35m[ADB]e[39m Reconnecting adb (target offline)
[debug] e[35m[ADB]e[39m Running 'C:\Users\qwert\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s 127.0.0.1:62001 reconnect offline'[debug] e[35m[ADB]e[39m Getting connected devices
[debug] e[35m[ADB]e[39m No connected devices have been detected
[debug] e[35m[ADB]e[39m Could not find online devices
[debug] e[35m[ADB]e[39m Reconnecting adb (target offline)
[debug] e[35m[ADB]e[39m Running 'C:\Users\qwert\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s 127.0.0.1:62001 reconnect offline'[debug] e[35m[ADB]e[39m Getting connected devices[debug] e[35m[ADB]e[39m No connected devices have been detected
[debug] e[35m[ADB]e[39m Could not find online devices
[debug] e[35m[ADB]e[39m Reconnecting adb (target offline)
[debug] e[35m[ADB]e[39m Running 'C:\Users\qwert\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s 127.0.0.1:62001 reconnect offline'[debug] e[35m[ADB]e[39m Getting connected devices
[debug] e[35m[ADB]e[39m No connected devices have been detected
[debug] e[35m[ADB]e[39m Could not find online devices
[debug] e[35m[ADB]e[39m Reconnecting adb (target offline)
[debug] e[35m[ADB]e[39m Running 'C:\Users\qwert\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s 127.0.0.1:62001 reconnect offline'[debug] e[35m[ADB]e[39m Getting connected devices
[debug] e[35m[ADB]e[39m No connected devices have been detected
[debug] e[35m[ADB]e[39m Could not find online devices
[debug] e[35m[ADB]e[39m Reconnecting adb (target offline)
[debug] e[35m[ADB]e[39m Running 'C:\Users\qwert\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s 127.0.0.1:62001 reconnect offline'[debug] e[35m[ADB]e[39m Getting connected devices[debug] e[35m[ADB]e[39m No connected devices have been detected
[debug] e[35m[ADB]e[39m Could not find online devices
[debug] e[35m[ADB]e[39m Reconnecting adb (target offline)
[debug] e[35m[ADB]e[39m Running 'C:\Users\qwert\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s 127.0.0.1:62001 reconnect offline'[debug] e[35m[ADB]e[39m Getting connected devices
[debug] e[35m[ADB]e[39m No connected devices have been detected
[debug] e[35m[ADB]e[39m Could not find online devices
[debug] e[35m[ADB]e[39m Reconnecting adb (target offline)
[debug] e[35m[ADB]e[39m Running 'C:\Users\qwert\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s 127.0.0.1:62001 reconnect offline'[debug] e[35m[ADB]e[39m Getting connected devices
[debug] e[35m[ADB]e[39m No connected devices have been detected
[debug] e[35m[ADB]e[39m Could not find online devices
[debug] e[35m[ADB]e[39m Reconnecting adb (target offline)
[debug] e[35m[ADB]e[39m Running 'C:\Users\qwert\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s 127.0.0.1:62001 reconnect offline'[warn] e[35m[UiAutomator2]e[39m Unable to remove system port forward: Could not find a connected Android device in 20346ms.
[debug] e[35m[BaseDriver]e[39m Event 'newSessionStarted' logged at 1622962969412 (09:02:49 GMT+0200 (hora de verano de Europa central))
[debug] e[35m[MJSONWP]e[39m Encountered internal error running command: Error executing adbExec. Original error: 'Command 'C:\\Users\\qwert\\AppData\\Local\\Android\\Sdk\\platform-tools\\adb.exe -P 5037 -s 127.0.0.1\:62001 install -r C:\\Users\\qwert\\AppData\\Local\\Temp\\202156-1312-1ooy05v.6bv1\\appium-uiautomator2-server-debug-androidTest.apk' exited with code 1'; Stderr: 'adb: failed to install C:\Users\qwert\AppData\Local\Temp\202156-1312-1ooy05v.6bv1\appium-uiautomator2-server-debug-androidTest.apk:'; Code: '1'
[debug] e[35m[MJSONWP]e[39m Error: Command 'C:\\Users\\qwert\\AppData\\Local\\Android\\Sdk\\platform-tools\\adb.exe -P 5037 -s 127.0.0.1\:62001 install -r C:\\Users\\qwert\\AppData\\Local\\Temp\\202156-1312-1ooy05v.6bv1\\appium-uiautomator2-server-debug-androidTest.apk' exited with code 1
[debug] e[35m[MJSONWP]e[39m     at ChildProcess.<anonymous> (C:\Program Files\Appium\resources\app\node_modules\appium\node_modules\teen_process\lib\exec.js:113:19)
[debug] e[35m[MJSONWP]e[39m     at ChildProcess.emit (events.js:203:13)
[debug] e[35m[MJSONWP]e[39m     at maybeClose (internal/child_process.js:1021:16)
[debug] e[35m[MJSONWP]e[39m     at Process.ChildProcess._handle.onexit (internal/child_process.js:283:5)
[info] e[35m[HTTP]e[39m e[37m<-- POST /wd/hub/session e[39me[31m500e[39m e[90m29040 ms - 626e[39m
[info] e[35m[HTTP]e[39m e[90me[39m
[info] e[35m[HTTP]e[39m e[37m-->e[39m e[37mDELETEe[39m e[37m/wd/hub/sessione[39m
[info] e[35m[HTTP]e[39m e[90m{}e[39m
[debug] e[35m[HTTP]e[39m No route found for /wd/hub/session
[info] e[35m[HTTP]e[39m e[37m<-- DELETE /wd/hub/session e[39me[33m404e[39m e[90m12 ms - 211e[39m
[info] e[35m[HTTP]e[39m e[90me[39m

capabilities:
{
“app”: “C:\Users\qwert\Downloads\Test\tribalwars.apk”,
“platformName”: “Android”,
“platformVersion”: “7.1.2”
}

Edit: fixed by changing nox to docker-android