Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. [Solved] QtCreator and Android SDK versions handling
Forum Updated to NodeBB v4.3 + New Features

[Solved] QtCreator and Android SDK versions handling

Scheduled Pinned Locked Moved Qt Creator and other tools
6 Posts 2 Posters 6.5k 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.
  • K Offline
    K Offline
    kortus
    wrote on 5 Jul 2013, 08:48 last edited by
    #1

    Can someone explain what the reason is, that I can select under Projects/Run Settings/Package configurations/Android target SDK the "android-17" only. Come this from the Android SDK, from the Qt or something else?

    The real problem is, that this stops me to use my android device (Version 2.3.6; SDKVersion 10) as device. The QtCreator looks for a device supporting SDKVersion 17. (In principe it works on my computer, when I use eclipse with the same SDK and NDK)

    Where can I change this information? I have added the uses-sdk information in the manifest but without success.

    Thanks for any help

    1 Reply Last reply
    0
    • K Offline
      K Offline
      koahnig
      wrote on 5 Jul 2013, 09:43 last edited by
      #2

      AFAIK this is the API level of the "Android version":http://en.wikipedia.org/wiki/Android_version_history you are targeting.

      Vote the answer(s) that helped you to solve your issue(s)

      1 Reply Last reply
      0
      • K Offline
        K Offline
        kortus
        wrote on 5 Jul 2013, 12:19 last edited by
        #3

        Yes, but from where get QtCreator this information. The Manifest file entry is:
        @<uses-sdk android:minSdkVersion="10"
        android:targetSdkVersion="10"
        android:maxSdkVersion="10" />@

        I have removed the AVD device with API-Level-17 and QtCreator open the AVD Manager and will that I create a new AVD device with this level when I start the program.

        And this is the problem, the IDE need a target device with this level and I haven't it. And I can't change the level (Manifest is ignored)

        1 Reply Last reply
        0
        • K Offline
          K Offline
          koahnig
          wrote on 5 Jul 2013, 12:27 last edited by
          #4

          Sorry, I misinterpret your post then.

          I had started with necessitas a while ago, but had problems to get it going. Hope the integration into Qt will help.

          What is your Desktop OS?

          Vote the answer(s) that helped you to solve your issue(s)

          1 Reply Last reply
          0
          • K Offline
            K Offline
            kortus
            wrote on 5 Jul 2013, 13:46 last edited by
            #5

            Solved.

            QtCreator uses the installed Versions from the Android SDK-Manager, so I must install the Android 2.3.3 (API10) package. Then I can select the API-10.

            Now I get other errors but this is a new thread if I can't solve it :-)

            1 Reply Last reply
            0
            • K Offline
              K Offline
              koahnig
              wrote on 5 Jul 2013, 14:21 last edited by
              #6

              Good to know that you succeeded in solving your problem.

              Please mark this thread as solved in the title then.

              Vote the answer(s) that helped you to solve your issue(s)

              1 Reply Last reply
              0

              1/6

              5 Jul 2013, 08:48

              • Login

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