Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. QtCreator WiFi debugging error: adb server version (41) doesn't match this client (39); killing...
QtWS25 Last Chance

QtCreator WiFi debugging error: adb server version (41) doesn't match this client (39); killing...

Scheduled Pinned Locked Moved Solved Mobile and Embedded
qtcreatorandroidwifi connection
2 Posts 1 Posters 7.3k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    Kyeiv
    wrote on 18 Feb 2021, 11:00 last edited by
    #1

    Hello
    i am trying debug my android device via usb
    i ran commands:

    Connect device via USB and make sure debugging is working, then run:
    adb tcpip 5555
    adb connect <DEVICE_IP_ADDRESS>:5555
    Disconnect USB and proceed with wireless debugging.

    And proceeded to QtCreator but it shows me this error:

    Screenshot from 2021-02-18 11-56-42.png

    What can i do about it?

    I am running Ubuntu 20.04 PC and Android 9 on the device

    SDK 3.0 NDK 21.1.6352462

    1 Reply Last reply
    0
    • K Offline
      K Offline
      Kyeiv
      wrote on 18 Feb 2021, 11:11 last edited by
      #2

      Solved by:

      adb kill-server
      sudo cp ~/Android/Sdk/platform-tools/adb /usr/bin/adb
      sudo chmod +x /usr/bin/adb
      adb start-server
      

      thanks to this

      1 Reply Last reply
      1

      2/2

      18 Feb 2021, 11:11

      • Login

      • Login or register to search.
      2 out of 2
      • First post
        2/2
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved