appium第一次点击start session后出现Original error: Could not find a connected Android device in 20212ms.

adb devices有显示吗

有,我现在想到一个原因可能是公司电脑usb输出权限锁了,目前在验证想法

开了读写权限还是一样的结果,手机端的appium setting没装上去,报错一样

[info] e[35m[HTTP]e[39m Waiting until the server is closed
[info] e[35m[HTTP]e[39m Received server close event
[info] e[35m[Appium]e[39m Welcome to Appium v1.22.3
[info] e[35m[Appium]e[39m Non-default server args:
[info] e[35m[Appium]e[39m address: 127.0.0.1
[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 127.0.0.1:4723[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{“capabilities”:{“alwaysMatch”:{“appium:deviceName”:“RF8M21J6ECV”,“platformName”:“Android”,“appium:platformVersion”:“10”,“appium:noReset”:“true”,“appium:appPackage”:“com.project.aimotech.printmaster”,“appium:appActivity”:“com.project.aimotech.printmaster.d30.ui.editor.D30EditorActivity”,“appium:ensureWebviewsHavePages”:true,“appium:nativeWebScreenshot”:true,“appium:newCommandTimeout”:3600,“appium:connectHardwareKeyboard”:true},“firstMatch”:[{}]},“desiredCapabilities”:{“appium:deviceName”:“RF8M21J6ECV”,“platformName”:“Android”,“appium:platformVersion”:“10”,“appium:noReset”:“true”,“appium:appPackage”:“com.project.aimotech.printmaster”,“appium:appActivity”:“com.project.aimotech.printmaster.d30.ui.editor.D30EditorActivity”,“appium:ensureWebviewsHavePages”:true,“appium:nativeWebScreenshot”:true,“appium:newCommandTimeout”:3600,“appium:connectHardwareKeyboard”:true}}e[39m
[debug] e[35m[W3C]e[39m Calling AppiumDriver.createSession() with args: [{“appium:deviceName”:“RF8M21J6ECV”,“platformName”:“Android”,“appium:platformVersion”:“10”,“appium:noReset”:“true”,“appium:appPackage”:“com.project.aimotech.printmaster”,“appium:appActivity”:“com.project.aimotech.printmaster.d30.ui.editor.D30EditorActivity”,“appium:ensureWebviewsHavePages”:true,“appium:nativeWebScreenshot”:true,“appium:newCommandTimeout”:3600,“appium:connectHardwareKeyboard”:true},null,{“alwaysMatch”:{“appium:deviceName”:“RF8M21J6ECV”,“platformName”:“Android”,“appium:platformVersion”:“10”,“appium:noReset”:“true”,“appium:appPackage”:“com.project.aimotech.printmaster”,“appium:appActivity”:“com.project.aimotech.printmaster.d30.ui.editor.D30EditorActivity”,“appium:ensureWebviewsHavePages”:true,“appium:nativeWebScreenshot”:true,“appium:newCommandTimeout”:3600,“appium:connectHardwareKeyboard”:true},“firstMatch”:[{}]}]
[debug] e[35m[BaseDriver]e[39m Event ‘newSessionRequested’ logged at 1699501815332 (11:50:15 GMT+0800 (中国标准时间))
[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.22.3 creating new AndroidUiautomator2Driver (v1.70.1) 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 W3C capabilities and MJSONWP desired capabilities were provided
[debug] e[35m[BaseDriver]e[39m Creating session with W3C capabilities: {
[debug] e[35m[BaseDriver]e[39m “alwaysMatch”: {
[debug] e[35m[BaseDriver]e[39m “platformName”: “Android”,
[debug] e[35m[BaseDriver]e[39m “appium:deviceName”: “RF8M21J6ECV”,
[debug] e[35m[BaseDriver]e[39m “appium:platformVersion”: “10”,
[debug] e[35m[BaseDriver]e[39m “appium:noReset”: “true”,
[debug] e[35m[BaseDriver]e[39m “appium:appPackage”: “com.project.aimotech.printmaster”,
[debug] e[35m[BaseDriver]e[39m “appium:appActivity”: “com.project.aimotech.printmaster.d30.ui.editor.D30EditorActivity”,
[debug] e[35m[BaseDriver]e[39m “appium:ensureWebviewsHavePages”: true,
[debug] e[35m[BaseDriver]e[39m “appium:nativeWebScreenshot”: true,
[debug] e[35m[BaseDriver]e[39m “appium:newCommandTimeout”: 3600,
[debug] e[35m[BaseDriver]e[39m “appium:connectHardwareKeyboard”: true
[debug] e[35m[BaseDriver]e[39m },
[debug] e[35m[BaseDriver]e[39m “firstMatch”: [
[debug] e[35m[BaseDriver]e[39m {}
[debug] e[35m[BaseDriver]e[39m ]
[debug] e[35m[BaseDriver]e[39m }
[warn] e[35m[BaseDriver]e[39m Capability ‘noReset’ changed from string to boolean. This may cause unexpected behavior
[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: d7f9fb9a-b38b-49d2-ae30-311244fd813b
[info] e[35m[UiAutomator2]e[39m Starting ‘com.project.aimotech.printmaster’ directly on the device
[info] e[35m[ADB]e[39m Using ‘adb.exe’ from ‘C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe’
[debug] e[35m[ADB]e[39m Running ‘C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 start-server’
[warn] e[35m[ADB]e[39m Error executing adbExec. Original error: ‘spawn UNKNOWN’; Command output:
[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 Could not find online devices
[debug] e[35m[ADB]e[39m Reconnecting adb (target offline)
[debug] e[35m[ADB]e[39m Running ‘C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 reconnect offline’
[debug] e[35m[ADB]e[39m Restarting adb
[debug] e[35m[ADB]e[39m Killing adb server on port ‘5037’
[debug] e[35m[ADB]e[39m Running ‘C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 kill-server’
[error] e[35m[ADB]e[39m Error killing ADB server, going to see if it’s online anyway[debug] e[35m[ADB]e[39m Getting connected devices
[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:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 reconnect offline’
[debug] e[35m[ADB]e[39m Restarting adb
[debug] e[35m[ADB]e[39m Killing adb server on port ‘5037’
[debug] e[35m[ADB]e[39m Running ‘C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 kill-server’
[error] e[35m[ADB]e[39m Error killing ADB server, going to see if it’s online anyway[debug] e[35m[ADB]e[39m Getting connected devices
[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:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 reconnect offline’
[debug] e[35m[ADB]e[39m Restarting adb
[debug] e[35m[ADB]e[39m Killing adb server on port ‘5037’
[debug] e[35m[ADB]e[39m Running ‘C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 kill-server’
[error] e[35m[ADB]e[39m Error killing ADB server, going to see if it’s online anyway[debug] e[35m[ADB]e[39m Getting connected devices
[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:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 reconnect offline’
[debug] e[35m[ADB]e[39m Restarting adb
[debug] e[35m[ADB]e[39m Killing adb server on port ‘5037’
[debug] e[35m[ADB]e[39m Running ‘C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 kill-server’
[error] e[35m[ADB]e[39m Error killing ADB server, going to see if it’s online anyway[debug] e[35m[ADB]e[39m Getting connected devices
[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:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 reconnect offline’
[debug] e[35m[ADB]e[39m Restarting adb
[debug] e[35m[ADB]e[39m Killing adb server on port ‘5037’
[debug] e[35m[ADB]e[39m Running ‘C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 kill-server’
[error] e[35m[ADB]e[39m Error killing ADB server, going to see if it’s online anyway
[debug] e[35m[ADB]e[39m Getting connected devices
[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:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 reconnect offline’[debug] e[35m[ADB]e[39m Getting connected devices
[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:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 reconnect offline’
[debug] e[35m[ADB]e[39m Restarting adb
[debug] e[35m[ADB]e[39m Killing adb server on port ‘5037’
[debug] e[35m[ADB]e[39m Running ‘C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 kill-server’
[error] e[35m[ADB]e[39m Error killing ADB server, going to see if it’s online anyway[debug] e[35m[ADB]e[39m Getting connected devices
[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:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 reconnect offline’
[debug] e[35m[ADB]e[39m Restarting adb
[debug] e[35m[ADB]e[39m Killing adb server on port ‘5037’
[debug] e[35m[ADB]e[39m Running ‘C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 kill-server’
[error] e[35m[ADB]e[39m Error killing ADB server, going to see if it’s online anyway[debug] e[35m[ADB]e[39m Getting connected devices
[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:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 reconnect offline’
[debug] e[35m[ADB]e[39m Restarting adb
[debug] e[35m[ADB]e[39m Killing adb server on port ‘5037’
[debug] e[35m[ADB]e[39m Running ‘C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 kill-server’
[error] e[35m[ADB]e[39m Error killing ADB server, going to see if it’s online anyway[debug] e[35m[ADB]e[39m Getting connected devices
[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:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 reconnect offline’
[debug] e[35m[ADB]e[39m Restarting adb
[debug] e[35m[ADB]e[39m Killing adb server on port ‘5037’
[debug] e[35m[ADB]e[39m Running ‘C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 kill-server’
[error] e[35m[ADB]e[39m Error killing ADB server, going to see if it’s online anyway[debug] e[35m[ADB]e[39m Getting connected devices
[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:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 reconnect offline’
[debug] e[35m[ADB]e[39m Restarting adb
[debug] e[35m[ADB]e[39m Killing adb server on port ‘5037’
[debug] e[35m[ADB]e[39m Running ‘C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 kill-server’
[error] e[35m[ADB]e[39m Error killing ADB server, going to see if it’s online anyway[debug] e[35m[ADB]e[39m Getting connected devices
[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:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 reconnect offline’
[debug] e[35m[ADB]e[39m Restarting adb
[debug] e[35m[ADB]e[39m Killing adb server on port ‘5037’
[debug] e[35m[ADB]e[39m Running ‘C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 kill-server’
[error] e[35m[ADB]e[39m Error killing ADB server, going to see if it’s online anyway
[debug] e[35m[ADB]e[39m Getting connected devices[debug] e[35m[ADB]e[39m Getting connected devices
[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:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 reconnect offline’
[debug] e[35m[ADB]e[39m Restarting adb
[debug] e[35m[ADB]e[39m Killing adb server on port ‘5037’
[debug] e[35m[ADB]e[39m Running ‘C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 kill-server’
[error] e[35m[ADB]e[39m Error killing ADB server, going to see if it’s online anyway[debug] e[35m[ADB]e[39m Getting connected devices
[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:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 reconnect offline’
[debug] e[35m[ADB]e[39m Restarting adb
[debug] e[35m[ADB]e[39m Killing adb server on port ‘5037’
[debug] e[35m[ADB]e[39m Running ‘C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 kill-server’
[error] e[35m[ADB]e[39m Error killing ADB server, going to see if it’s online anyway[debug] e[35m[ADB]e[39m Getting connected devices
[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:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 reconnect offline’
[debug] e[35m[ADB]e[39m Restarting adb
[debug] e[35m[ADB]e[39m Killing adb server on port ‘5037’
[debug] e[35m[ADB]e[39m Running ‘C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 kill-server’
[error] e[35m[ADB]e[39m Error killing ADB server, going to see if it’s online anyway[debug] e[35m[ADB]e[39m Getting connected devices
[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:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 reconnect offline’
[debug] e[35m[ADB]e[39m Restarting adb
[debug] e[35m[ADB]e[39m Killing adb server on port ‘5037’
[debug] e[35m[ADB]e[39m Running ‘C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 kill-server’
[error] e[35m[ADB]e[39m Error killing ADB server, going to see if it’s online anyway[debug] e[35m[ADB]e[39m Getting connected devices
[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:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 reconnect offline’
[debug] e[35m[ADB]e[39m Restarting adb
[debug] e[35m[ADB]e[39m Killing adb server on port ‘5037’
[debug] e[35m[ADB]e[39m Running ‘C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 kill-server’
[error] e[35m[ADB]e[39m Error killing ADB server, going to see if it’s online anyway[debug] e[35m[ADB]e[39m Getting connected devices
[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:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 reconnect offline’
[debug] e[35m[ADB]e[39m Restarting adb
[debug] e[35m[ADB]e[39m Killing adb server on port ‘5037’
[debug] e[35m[ADB]e[39m Running ‘C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 kill-server’
[error] e[35m[ADB]e[39m Error killing ADB server, going to see if it’s online anyway[debug] e[35m[ADB]e[39m Getting connected devices
[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:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 reconnect offline’
[debug] e[35m[ADB]e[39m Restarting adb
[debug] e[35m[ADB]e[39m Killing adb server on port ‘5037’
[debug] e[35m[ADB]e[39m Running ‘C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 kill-server’
[error] e[35m[ADB]e[39m Error killing ADB server, going to see if it’s online anyway
[debug] e[35m[ADB]e[39m Getting connected devices
[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:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 reconnect offline’
[debug] e[35m[ADB]e[39m Restarting adb
[debug] e[35m[ADB]e[39m Killing adb server on port ‘5037’
[debug] e[35m[ADB]e[39m Running ‘C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 kill-server’
[error] e[35m[ADB]e[39m Error killing ADB server, going to see if it’s online anyway[debug] e[35m[ADB]e[39m Getting connected devices
[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:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 reconnect offline’
[debug] e[35m[ADB]e[39m Restarting adb
[debug] e[35m[ADB]e[39m Killing adb server on port ‘5037’
[debug] e[35m[ADB]e[39m Running ‘C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 kill-server’
[error] e[35m[ADB]e[39m Error killing ADB server, going to see if it’s online anyway[debug] e[35m[ADB]e[39m Getting connected devices
[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:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 reconnect offline’
[debug] e[35m[ADB]e[39m Restarting adb
[debug] e[35m[ADB]e[39m Killing adb server on port ‘5037’
[debug] e[35m[ADB]e[39m Running ‘C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 kill-server’
[error] e[35m[ADB]e[39m Error killing ADB server, going to see if it’s online anyway[debug] e[35m[ADB]e[39m Getting connected devices
[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:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 reconnect offline’
[debug] e[35m[ADB]e[39m Restarting adb
[debug] e[35m[ADB]e[39m Killing adb server on port ‘5037’
[debug] e[35m[ADB]e[39m Running ‘C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 kill-server’
[error] e[35m[ADB]e[39m Error killing ADB server, going to see if it’s online anyway[debug] e[35m[ADB]e[39m Getting connected devices
[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:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 reconnect offline’
[debug] e[35m[ADB]e[39m Restarting adb
[debug] e[35m[ADB]e[39m Killing adb server on port ‘5037’
[debug] e[35m[ADB]e[39m Running ‘C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 kill-server’
[error] e[35m[ADB]e[39m Error killing ADB server, going to see if it’s online anyway[debug] e[35m[ADB]e[39m Getting connected devices
[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:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 reconnect offline’
[debug] e[35m[ADB]e[39m Restarting adb
[debug] e[35m[ADB]e[39m Killing adb server on port ‘5037’
[debug] e[35m[ADB]e[39m Running ‘C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 kill-server’
[error] e[35m[ADB]e[39m Error killing ADB server, going to see if it’s online anyway[debug] e[35m[ADB]e[39m Getting connected devices
[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:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 reconnect offline’
[debug] e[35m[ADB]e[39m Restarting adb
[debug] e[35m[ADB]e[39m Killing adb server on port ‘5037’
[debug] e[35m[ADB]e[39m Running ‘C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 kill-server’
[error] e[35m[ADB]e[39m Error killing ADB server, going to see if it’s online anyway[debug] e[35m[ADB]e[39m Getting connected devices
[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:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 reconnect offline’
[debug] e[35m[ADB]e[39m Restarting adb
[debug] e[35m[ADB]e[39m Killing adb server on port ‘5037’
[debug] e[35m[ADB]e[39m Running ‘C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 kill-server’
[error] e[35m[ADB]e[39m Error killing ADB server, going to see if it’s online anyway[debug] e[35m[ADB]e[39m Getting connected devices
[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:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 reconnect offline’
[debug] e[35m[ADB]e[39m Restarting adb
[debug] e[35m[ADB]e[39m Killing adb server on port ‘5037’
[debug] e[35m[ADB]e[39m Running ‘C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 kill-server’
[error] e[35m[ADB]e[39m Error killing ADB server, going to see if it’s online anyway[debug] e[35m[ADB]e[39m Getting connected devices
[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:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 reconnect offline’
[debug] e[35m[ADB]e[39m Restarting adb
[debug] e[35m[ADB]e[39m Killing adb server on port ‘5037’
[debug] e[35m[ADB]e[39m Running ‘C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 kill-server’
[error] e[35m[ADB]e[39m Error killing ADB server, going to see if it’s online anyway[debug] e[35m[ADB]e[39m Getting connected devices
[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:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 reconnect offline’
[debug] e[35m[ADB]e[39m Restarting adb
[debug] e[35m[ADB]e[39m Killing adb server on port ‘5037’
[debug] e[35m[ADB]e[39m Running ‘C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 kill-server’
[error] e[35m[ADB]e[39m Error killing ADB server, going to see if it’s online anyway[debug] e[35m[ADB]e[39m Getting connected devices
[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:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 reconnect offline’
[debug] e[35m[ADB]e[39m Restarting adb
[debug] e[35m[ADB]e[39m Killing adb server on port ‘5037’
[debug] e[35m[ADB]e[39m Running ‘C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 kill-server’
[error] e[35m[ADB]e[39m Error killing ADB server, going to see if it’s online anyway
[debug] e[35m[ADB]e[39m Getting connected devices[debug] e[35m[ADB]e[39m Getting connected devices
[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:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 reconnect offline’
[debug] e[35m[ADB]e[39m Restarting adb
[debug] e[35m[ADB]e[39m Killing adb server on port ‘5037’
[debug] e[35m[ADB]e[39m Running ‘C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 kill-server’
[error] e[35m[ADB]e[39m Error killing ADB server, going to see if it’s online anyway[debug] e[35m[ADB]e[39m Getting connected devices
[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:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 reconnect offline’
[debug] e[35m[ADB]e[39m Restarting adb
[debug] e[35m[ADB]e[39m Killing adb server on port ‘5037’
[debug] e[35m[ADB]e[39m Running ‘C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 kill-server’
[error] e[35m[ADB]e[39m Error killing ADB server, going to see if it’s online anyway[debug] e[35m[ADB]e[39m Getting connected devices
[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:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 reconnect offline’
[debug] e[35m[ADB]e[39m Restarting adb
[debug] e[35m[ADB]e[39m Killing adb server on port ‘5037’
[debug] e[35m[ADB]e[39m Running ‘C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 kill-server’
[error] e[35m[ADB]e[39m Error killing ADB server, going to see if it’s online anyway[debug] e[35m[ADB]e[39m Getting connected devices
[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:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 reconnect offline’
[debug] e[35m[ADB]e[39m Restarting adb
[debug] e[35m[ADB]e[39m Killing adb server on port ‘5037’
[debug] e[35m[ADB]e[39m Running ‘C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 kill-server’
[error] e[35m[ADB]e[39m Error killing ADB server, going to see if it’s online anyway[debug] e[35m[ADB]e[39m Getting connected devices
[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:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 reconnect offline’
[debug] e[35m[ADB]e[39m Restarting adb
[debug] e[35m[ADB]e[39m Killing adb server on port ‘5037’
[debug] e[35m[ADB]e[39m Running ‘C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 kill-server’
[error] e[35m[ADB]e[39m Error killing ADB server, going to see if it’s online anyway[debug] e[35m[ADB]e[39m Getting connected devices
[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:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 reconnect offline’
[debug] e[35m[ADB]e[39m Restarting adb
[debug] e[35m[ADB]e[39m Killing adb server on port ‘5037’
[debug] e[35m[ADB]e[39m Running ‘C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 kill-server’
[error] e[35m[ADB]e[39m Error killing ADB server, going to see if it’s online anyway[debug] e[35m[ADB]e[39m Getting connected devices
[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:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 reconnect offline’
[debug] e[35m[ADB]e[39m Restarting adb
[debug] e[35m[ADB]e[39m Killing adb server on port ‘5037’
[debug] e[35m[ADB]e[39m Running ‘C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 kill-server’
[error] e[35m[ADB]e[39m Error killing ADB server, going to see if it’s online anyway[debug] e[35m[ADB]e[39m Getting connected devices
[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:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 reconnect offline’
[debug] e[35m[ADB]e[39m Restarting adb
[debug] e[35m[ADB]e[39m Killing adb server on port ‘5037’
[debug] e[35m[ADB]e[39m Running ‘C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 kill-server’
[error] e[35m[ADB]e[39m Error killing ADB server, going to see if it’s online anyway[debug] e[35m[ADB]e[39m Getting connected devices
[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:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 reconnect offline’
[debug] e[35m[ADB]e[39m Restarting adb
[debug] e[35m[ADB]e[39m Killing adb server on port ‘5037’
[debug] e[35m[ADB]e[39m Running ‘C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 kill-server’
[error] e[35m[ADB]e[39m Error killing ADB server, going to see if it’s online anyway[debug] e[35m[ADB]e[39m Getting connected devices
[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:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 reconnect offline’
[debug] e[35m[ADB]e[39m Restarting adb
[debug] e[35m[ADB]e[39m Killing adb server on port ‘5037’
[debug] e[35m[ADB]e[39m Running ‘C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 kill-server’
[error] e[35m[ADB]e[39m Error killing ADB server, going to see if it’s online anyway[debug] e[35m[ADB]e[39m Getting connected devices
[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:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 reconnect offline’
[debug] e[35m[ADB]e[39m Restarting adb
[debug] e[35m[ADB]e[39m Killing adb server on port ‘5037’
[debug] e[35m[ADB]e[39m Running ‘C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 kill-server’
[error] e[35m[ADB]e[39m Error killing ADB server, going to see if it’s online anyway[debug] e[35m[ADB]e[39m Getting connected devices
[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:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 reconnect offline’
[debug] e[35m[ADB]e[39m Restarting adb
[debug] e[35m[ADB]e[39m Killing adb server on port ‘5037’
[debug] e[35m[ADB]e[39m Running ‘C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 kill-server’
[error] e[35m[ADB]e[39m Error killing ADB server, going to see if it’s online anyway
[debug] e[35m[ADB]e[39m Getting connected devices[debug] e[35m[ADB]e[39m Getting connected devices
[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:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 reconnect offline’
[debug] e[35m[ADB]e[39m Restarting adb
[debug] e[35m[ADB]e[39m Killing adb server on port ‘5037’
[debug] e[35m[ADB]e[39m Running ‘C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 kill-server’
[error] e[35m[ADB]e[39m Error killing ADB server, going to see if it’s online anyway[debug] e[35m[ADB]e[39m Getting connected devices
[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:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 reconnect offline’
[debug] e[35m[ADB]e[39m Restarting adb
[debug] e[35m[ADB]e[39m Killing adb server on port ‘5037’
[debug] e[35m[ADB]e[39m Running ‘C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 kill-server’
[error] e[35m[ADB]e[39m Error killing ADB server, going to see if it’s online anyway[debug] e[35m[ADB]e[39m Getting connected devices
[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:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 reconnect offline’
[debug] e[35m[ADB]e[39m Restarting adb
[debug] e[35m[ADB]e[39m Killing adb server on port ‘5037’
[debug] e[35m[ADB]e[39m Running ‘C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 kill-server’
[error] e[35m[ADB]e[39m Error killing ADB server, going to see if it’s online anyway[debug] e[35m[ADB]e[39m Getting connected devices
[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:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 reconnect offline’
[debug] e[35m[ADB]e[39m Restarting adb
[debug] e[35m[ADB]e[39m Killing adb server on port ‘5037’
[debug] e[35m[ADB]e[39m Running ‘C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 kill-server’
[error] e[35m[ADB]e[39m Error killing ADB server, going to see if it’s online anyway[debug] e[35m[ADB]e[39m Getting connected devices
[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:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 reconnect offline’
[debug] e[35m[ADB]e[39m Restarting adb
[debug] e[35m[ADB]e[39m Killing adb server on port ‘5037’
[debug] e[35m[ADB]e[39m Running ‘C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 kill-server’
[error] e[35m[ADB]e[39m Error killing ADB server, going to see if it’s online anyway
[debug] e[35m[ADB]e[39m Getting connected devices[debug] e[35m[ADB]e[39m Getting connected devices
[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:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 reconnect offline’
[debug] e[35m[ADB]e[39m Restarting adb
[debug] e[35m[ADB]e[39m Killing adb server on port ‘5037’
[debug] e[35m[ADB]e[39m Running ‘C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 kill-server’
[error] e[35m[ADB]e[39m Error killing ADB server, going to see if it’s online anyway[debug] e[35m[ADB]e[39m Getting connected devices
[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:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 reconnect offline’
[debug] e[35m[ADB]e[39m Restarting adb
[debug] e[35m[ADB]e[39m Killing adb server on port ‘5037’
[debug] e[35m[ADB]e[39m Running ‘C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 kill-server’
[error] e[35m[ADB]e[39m Error killing ADB server, going to see if it’s online anyway[debug] e[35m[ADB]e[39m Getting connected devices
[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:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 reconnect offline’
[debug] e[35m[ADB]e[39m Restarting adb
[debug] e[35m[ADB]e[39m Killing adb server on port ‘5037’
[debug] e[35m[ADB]e[39m Running ‘C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 kill-server’
[error] e[35m[ADB]e[39m Error killing ADB server, going to see if it’s online anyway[debug] e[35m[ADB]e[39m Getting connected devices
[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:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 reconnect offline’
[debug] e[35m[ADB]e[39m Restarting adb
[debug] e[35m[ADB]e[39m Killing adb server on port ‘5037’
[debug] e[35m[ADB]e[39m Running ‘C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 kill-server’
[error] e[35m[ADB]e[39m Error killing ADB server, going to see if it’s online anyway[debug] e[35m[ADB]e[39m Getting connected devices
[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:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 reconnect offline’
[debug] e[35m[ADB]e[39m Restarting adb
[debug] e[35m[ADB]e[39m Killing adb server on port ‘5037’
[debug] e[35m[ADB]e[39m Running ‘C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 kill-server’
[error] e[35m[ADB]e[39m Error killing ADB server, going to see if it’s online anyway[debug] e[35m[ADB]e[39m Getting connected devices
[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:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 reconnect offline’
[debug] e[35m[ADB]e[39m Restarting adb
[debug] e[35m[ADB]e[39m Killing adb server on port ‘5037’
[debug] e[35m[ADB]e[39m Running ‘C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 kill-server’
[error] e[35m[ADB]e[39m Error killing ADB server, going to see if it’s online anyway[debug] e[35m[ADB]e[39m Getting connected devices
[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:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 reconnect offline’
[debug] e[35m[ADB]e[39m Restarting adb
[debug] e[35m[ADB]e[39m Killing adb server on port ‘5037’
[debug] e[35m[ADB]e[39m Running ‘C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 kill-server’
[error] e[35m[ADB]e[39m Error killing ADB server, going to see if it’s online anyway[debug] e[35m[ADB]e[39m Getting connected devices
[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:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 reconnect offline’
[debug] e[35m[ADB]e[39m Restarting adb
[debug] e[35m[ADB]e[39m Killing adb server on port ‘5037’
[debug] e[35m[ADB]e[39m Running ‘C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 kill-server’
[error] e[35m[ADB]e[39m Error killing ADB server, going to see if it’s online anyway[debug] e[35m[ADB]e[39m Getting connected devices
[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:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 reconnect offline’
[debug] e[35m[ADB]e[39m Restarting adb
[debug] e[35m[ADB]e[39m Killing adb server on port ‘5037’
[debug] e[35m[ADB]e[39m Running ‘C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 kill-server’
[error] e[35m[ADB]e[39m Error killing ADB server, going to see if it’s online anyway[debug] e[35m[ADB]e[39m Getting connected devices
[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:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 reconnect offline’
[debug] e[35m[ADB]e[39m Restarting adb
[debug] e[35m[ADB]e[39m Killing adb server on port ‘5037’
[debug] e[35m[ADB]e[39m Running ‘C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 kill-server’
[error] e[35m[ADB]e[39m Error killing ADB server, going to see if it’s online anyway[debug] e[35m[ADB]e[39m Getting connected devices
[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:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 reconnect offline’
[debug] e[35m[ADB]e[39m Restarting adb
[debug] e[35m[ADB]e[39m Killing adb server on port ‘5037’
[debug] e[35m[ADB]e[39m Running ‘C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 kill-server’
[error] e[35m[ADB]e[39m Error killing ADB server, going to see if it’s online anyway
[debug] e[35m[ADB]e[39m Getting connected devices
[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:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 reconnect offline’
[debug] e[35m[ADB]e[39m Restarting adb
[debug] e[35m[ADB]e[39m Killing adb server on port ‘5037’
[debug] e[35m[ADB]e[39m Running ‘C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 kill-server’
[error] e[35m[ADB]e[39m Error killing ADB server, going to see if it’s online anyway[debug] e[35m[ADB]e[39m Getting connected devices
[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:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 reconnect offline’
[debug] e[35m[ADB]e[39m Restarting adb
[debug] e[35m[ADB]e[39m Killing adb server on port ‘5037’
[debug] e[35m[ADB]e[39m Running ‘C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 kill-server’
[error] e[35m[ADB]e[39m Error killing ADB server, going to see if it’s online anyway[debug] e[35m[ADB]e[39m Getting connected devices
[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:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 reconnect offline’
[debug] e[35m[ADB]e[39m Restarting adb
[debug] e[35m[ADB]e[39m Killing adb server on port ‘5037’
[debug] e[35m[ADB]e[39m Running ‘C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 kill-server’
[error] e[35m[ADB]e[39m Error killing ADB server, going to see if it’s online anyway[debug] e[35m[ADB]e[39m Getting connected devices
[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:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 reconnect offline’
[debug] e[35m[ADB]e[39m Restarting adb
[debug] e[35m[ADB]e[39m Killing adb server on port ‘5037’
[debug] e[35m[ADB]e[39m Running ‘C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 kill-server’
[error] e[35m[ADB]e[39m Error killing ADB server, going to see if it’s online anyway[debug] e[35m[ADB]e[39m Getting connected devices
[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:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 reconnect offline’
[debug] e[35m[ADB]e[39m Restarting adb
[debug] e[35m[ADB]e[39m Killing adb server on port ‘5037’
[debug] e[35m[ADB]e[39m Running ‘C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 kill-server’
[error] e[35m[ADB]e[39m Error killing ADB server, going to see if it’s online anyway[debug] e[35m[ADB]e[39m Getting connected devices
[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:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 reconnect offline’
[debug] e[35m[ADB]e[39m Restarting adb
[debug] e[35m[ADB]e[39m Killing adb server on port ‘5037’
[debug] e[35m[ADB]e[39m Running ‘C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 kill-server’
[error] e[35m[ADB]e[39m Error killing ADB server, going to see if it’s online anyway[debug] e[35m[ADB]e[39m Getting connected devices
[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:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 reconnect offline’
[debug] e[35m[ADB]e[39m Restarting adb
[debug] e[35m[ADB]e[39m Killing adb server on port ‘5037’
[debug] e[35m[ADB]e[39m Running ‘C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 kill-server’
[error] e[35m[ADB]e[39m Error killing ADB server, going to see if it’s online anyway
[debug] e[35m[ADB]e[39m Getting connected devices
[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:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 reconnect offline’
[debug] e[35m[ADB]e[39m Restarting adb
[debug] e[35m[ADB]e[39m Killing adb server on port ‘5037’
[debug] e[35m[ADB]e[39m Running ‘C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 kill-server’[debug] e[35m[ADB]e[39m Getting connected devices
[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:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 reconnect offline’
[debug] e[35m[ADB]e[39m Restarting adb
[debug] e[35m[ADB]e[39m Killing adb server on port ‘5037’
[debug] e[35m[ADB]e[39m Running ‘C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 kill-server’
[error] e[35m[ADB]e[39m Error killing ADB server, going to see if it’s online anyway[debug] e[35m[ADB]e[39m Getting connected devices
[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:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 reconnect offline’
[debug] e[35m[ADB]e[39m Restarting adb
[debug] e[35m[ADB]e[39m Killing adb server on port ‘5037’
[debug] e[35m[ADB]e[39m Running ‘C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 kill-server’
[error] e[35m[ADB]e[39m Error killing ADB server, going to see if it’s online anyway[debug] e[35m[ADB]e[39m Getting connected devices
[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:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 reconnect offline’
[debug] e[35m[ADB]e[39m Restarting adb
[debug] e[35m[ADB]e[39m Killing adb server on port ‘5037’
[debug] e[35m[ADB]e[39m Running ‘C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 kill-server’
[error] e[35m[ADB]e[39m Error killing ADB server, going to see if it’s online anyway[debug] e[35m[ADB]e[39m Getting connected devices
[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:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 reconnect offline’
[debug] e[35m[ADB]e[39m Restarting adb
[debug] e[35m[ADB]e[39m Killing adb server on port ‘5037’
[debug] e[35m[ADB]e[39m Running ‘C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 kill-server’
[error] e[35m[ADB]e[39m Error killing ADB server, going to see if it’s online anyway[debug] e[35m[ADB]e[39m Getting connected devices
[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:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 reconnect offline’
[debug] e[35m[ADB]e[39m Restarting adb
[debug] e[35m[ADB]e[39m Killing adb server on port ‘5037’
[debug] e[35m[ADB]e[39m Running ‘C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 kill-server’
[error] e[35m[ADB]e[39m Error killing ADB server, going to see if it’s online anyway[debug] e[35m[ADB]e[39m Getting connected devices
[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:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 reconnect offline’
[debug] e[35m[ADB]e[39m Restarting adb
[debug] e[35m[ADB]e[39m Killing adb server on port ‘5037’
[debug] e[35m[ADB]e[39m Running ‘C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 kill-server’
[error] e[35m[ADB]e[39m Error killing ADB server, going to see if it’s online anyway
[debug] e[35m[ADB]e[39m Getting connected devices[debug] e[35m[ADB]e[39m Getting connected devices
[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:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 reconnect offline’
[debug] e[35m[ADB]e[39m Restarting adb
[debug] e[35m[ADB]e[39m Killing adb server on port ‘5037’
[debug] e[35m[ADB]e[39m Running ‘C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 kill-server’
[error] e[35m[ADB]e[39m Error killing ADB server, going to see if it’s online anyway[debug] e[35m[ADB]e[39m Getting connected devices
[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:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 reconnect offline’
[debug] e[35m[ADB]e[39m Restarting adb
[debug] e[35m[ADB]e[39m Killing adb server on port ‘5037’
[debug] e[35m[ADB]e[39m Running ‘C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 kill-server’
[error] e[35m[ADB]e[39m Error killing ADB server, going to see if it’s online anyway[debug] e[35m[ADB]e[39m Getting connected devices
[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:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 reconnect offline’
[debug] e[35m[ADB]e[39m Restarting adb
[debug] e[35m[ADB]e[39m Killing adb server on port ‘5037’
[debug] e[35m[ADB]e[39m Running ‘C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 kill-server’
[error] e[35m[ADB]e[39m Error killing ADB server, going to see if it’s online anyway[debug] e[35m[ADB]e[39m Getting connected devices
[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:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 reconnect offline’
[debug] e[35m[ADB]e[39m Restarting adb
[debug] e[35m[ADB]e[39m Killing adb server on port ‘5037’
[debug] e[35m[ADB]e[39m Running ‘C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 kill-server’
[error] e[35m[ADB]e[39m Error killing ADB server, going to see if it’s online anyway[debug] e[35m[ADB]e[39m Getting connected devices
[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:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 reconnect offline’
[debug] e[35m[ADB]e[39m Restarting adb
[debug] e[35m[ADB]e[39m Killing adb server on port ‘5037’
[debug] e[35m[ADB]e[39m Running ‘C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 kill-server’
[error] e[35m[ADB]e[39m Error killing ADB server, going to see if it’s online anyway[debug] e[35m[ADB]e[39m Getting connected devices
[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:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 reconnect offline’
[debug] e[35m[ADB]e[39m Restarting adb
[debug] e[35m[ADB]e[39m Killing adb server on port ‘5037’
[debug] e[35m[ADB]e[39m Running ‘C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 kill-server’
[error] e[35m[ADB]e[39m Error killing ADB server, going to see if it’s online anyway[debug] e[35m[ADB]e[39m Getting connected devices
[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:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 reconnect offline’
[debug] e[35m[ADB]e[39m Restarting adb
[debug] e[35m[ADB]e[39m Killing adb server on port ‘5037’
[debug] e[35m[ADB]e[39m Running ‘C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 kill-server’
[error] e[35m[ADB]e[39m Error killing ADB server, going to see if it’s online anyway[debug] e[35m[ADB]e[39m Getting connected devices
[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:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 reconnect offline’
[debug] e[35m[ADB]e[39m Restarting adb
[debug] e[35m[ADB]e[39m Killing adb server on port ‘5037’
[debug] e[35m[ADB]e[39m Running ‘C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 kill-server’
[error] e[35m[ADB]e[39m Error killing ADB server, going to see if it’s online anyway[debug] e[35m[ADB]e[39m Getting connected devices
[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:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 reconnect offline’
[debug] e[35m[ADB]e[39m Restarting adb
[debug] e[35m[ADB]e[39m Killing adb server on port ‘5037’
[debug] e[35m[ADB]e[39m Running ‘C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 kill-server’
[error] e[35m[ADB]e[39m Error killing ADB server, going to see if it’s online anyway[debug] e[35m[ADB]e[39m Getting connected devices
[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:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 reconnect offline’
[debug] e[35m[ADB]e[39m Restarting adb
[debug] e[35m[ADB]e[39m Killing adb server on port ‘5037’
[debug] e[35m[ADB]e[39m Running ‘C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -P 5037 kill-server’
[error] e[35m[ADB]e[39m Error killing ADB server, going to see if it’s online anyway

还是不行,一样的结果

忘了说,问题解决了公司文件都加密了导致配置会出现问题