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 can not detect AVD version

QtCreator can not detect AVD version

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
3 Posts 2 Posters 954 Views 2 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.
  • V Offline
    V Offline
    vlada
    wrote on last edited by vlada
    #1

    I updated AndroidStudio and all the components to latest versions and after some fight I got everything working but one last problem remains.

    If I start Android build from QtCreator it finds my virtual device but reports the API level is -1. So it lists it as incompatible. If I start the emulator from Android Studio and let it boot, then QtCreator sees the correct API version (19) and let me use it.

    Is this a known problem? How can I fixit it? It used to work without any problems until I updated Android Studio and it's components.

    K 1 Reply Last reply
    0
    • V vlada

      I updated AndroidStudio and all the components to latest versions and after some fight I got everything working but one last problem remains.

      If I start Android build from QtCreator it finds my virtual device but reports the API level is -1. So it lists it as incompatible. If I start the emulator from Android Studio and let it boot, then QtCreator sees the correct API version (19) and let me use it.

      Is this a known problem? How can I fixit it? It used to work without any problems until I updated Android Studio and it's components.

      K Offline
      K Offline
      koahnig
      wrote on last edited by
      #2

      @vlada

      I was running into this problem as well. I think you need to check AndroidManifest.xml that there is the correct API level set.

      Unfortunately, I am not completely sure, since I was not running into it lately. All I remember is that I had to go the project settings and somewhere it was not set.

      Hope it helps.

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

      1 Reply Last reply
      0
      • V Offline
        V Offline
        vlada
        wrote on last edited by
        #3

        The problem is not in my project. In the AndroidManifest.xml is correctly set this:

        <uses-sdk android:minSdkVersion="19" android:targetSdkVersion="19"/>
        

        The problem is that QtCreator can not detect the version of AVD if it is not running.

        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