Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Qt Android: Incompatible device message when adding the Fairphone [SOLVED]

Qt Android: Incompatible device message when adding the Fairphone [SOLVED]

Scheduled Pinned Locked Moved Installation and Deployment
5 Posts 3 Posters 5.7k 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.
  • O Offline
    O Offline
    outdoor_guy
    wrote on 16 Jan 2014, 15:22 last edited by
    #1

    Hi

    I tried to deploy onto my Fairphone, but when getting the "Select Android device" Window, I got the Message "ABI is incompatible, device supports ABIs: ."

    Using a Sony Tablet instead, makes no problem. Also it is possible to copy the SDK to my phone and run it from there.

    Phone is in developer Mode.

    Host system is Ubuntu 12.04

    Any idea what I'm missing?

    1 Reply Last reply
    0
    • F Offline
      F Offline
      frederik
      wrote on 16 Jan 2014, 15:38 last edited by
      #2

      Does the adb tool from the android sdk work with this device? E.g. "adb devices" should show the device. If not that's the place to start looking. (Regular android apps need to be deployable)

      1 Reply Last reply
      0
      • O Offline
        O Offline
        outdoor_guy
        wrote on 16 Jan 2014, 15:52 last edited by
        #3

        That is what I got when running ./adb devices:
        @
        List of devices attached
        ???????????? no permissions
        @

        I have to point out that I'm new at developing for Android.

        1 Reply Last reply
        0
        • O Offline
          O Offline
          outdoor_guy
          wrote on 16 Jan 2014, 16:23 last edited by
          #4

          Looking around on the Internet, I found the following:
          http://stackoverflow.com/questions/14460656/android-debug-bridge-adb-device-no-permissions

          I did what was recommended there regarding running adb as sudo:
          @

          1. sudo ./adb kill-server
          2. sudo ./adb start-server
          3. sudo ./adb devices
            @
            The a device number was printed.

          Now I started the Qt Creator again (not from the same shell), and it detects my phone correctly and I could deploy it.

          The I restarted Ubuntu. When calling Qt Creator, I got the same problem as before, but then running kill/start again with sudo, I can see the device in Qt Creator.
          This is at least a solution I can live with - not the best one so far, but better than nothing

          1 Reply Last reply
          0
          • N Offline
            N Offline
            ningen
            wrote on 10 Jul 2014, 09:55 last edited by
            #5

            it worked!

            1 Reply Last reply
            0

            • Login

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