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. Qt creator knows Samsung galaxy S2 but not Asus Memo Pad?
Forum Updated to NodeBB v4.3 + New Features

Qt creator knows Samsung galaxy S2 but not Asus Memo Pad?

Scheduled Pinned Locked Moved Mobile and Embedded
5 Posts 5 Posters 2.3k Views 1 Watching
  • 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.
  • M Offline
    M Offline
    mehrdadsilver
    wrote on last edited by
    #1

    Hi, I'm developing Qt on Android and i was compilded and deployed successfully on Samasung galaxy s2 and qt creator knows it. but i want to deploy mu app on Asus Memo pad 7 tablet. i was enabled developer usb debug on both. but Qt creator can't connect to asus tablet?

    Mehrdad Abdolghafari, Be silver

    1 Reply Last reply
    0
    • M Offline
      M Offline
      Moster
      wrote on last edited by
      #2

      On which OS do you develop?

      1 Reply Last reply
      0
      • raven-worxR Offline
        raven-worxR Offline
        raven-worx
        Moderators
        wrote on last edited by
        #3

        are you sure you have the correct sdk for the corresponding API level installed? And also configured Qt Creator to deploy the correct API level?

        --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
        If you have a question please use the forum so others can benefit from the solution in the future

        1 Reply Last reply
        0
        • ? Offline
          ? Offline
          A Former User
          wrote on last edited by
          #4

          yep we need to check for Android SDK. I think Asus tablet ,http://www.asus.com/Tablets_Mobile/ASUS_MeMO_Pad/ supports android 4.1 version. Maybe you need to create an emulator with android 4.1 version. run and deploy the app in the emulator.
          Install the apk file in your device. May be it will work fine.

          1 Reply Last reply
          0
          • T Offline
            T Offline
            Tsweti
            wrote on last edited by
            #5

            You can test if adb lists your device. The command is
            adb devices

            adb is normally located in ANDROID_SDK/platform-tools .

            If it's not listed there then qt creator cannot also recognize it. You can check if the drivers are installed correctly in the Device Manager. If they are not you will see triangle with exclamation mark in it next to your device name.

            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