Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. QML App crashes on older Android (version 2.3.4)
Forum Updated to NodeBB v4.3 + New Features

QML App crashes on older Android (version 2.3.4)

Scheduled Pinned Locked Moved QML and Qt Quick
4 Posts 2 Posters 2.0k 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.
  • J Offline
    J Offline
    JesperWe
    wrote on last edited by
    #1

    I'm using Qt5.2 Beta 1 / QtCreator 3

    I have a simple QML only app that I try to deploy on my target device, which is eabiv7a and runs Android 2.3.4 (API 10) so it should be supported. I can successfully deply to my phone, which runs 4.1.2, but the app crashes on invocation on the target device.

    I get lots of OpenGL related error messages (Full transcript: http://pastebin.com/tHUJh0yU )

    Any possibilities to get around this?

    /j

    1 Reply Last reply
    0
    • sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

      Does your 2.3.4 device fully support OpenGL ES 2? Maybe the driver is missing, as it was not a requirement for droids < 4.0, IIRC.

      (Z(:^

      1 Reply Last reply
      0
      • J Offline
        J Offline
        JesperWe
        wrote on last edited by
        #3

        I don't know, honestly. I guess my assumption was that if Qt Quick supports 2.3 it should run on devices with this OS version or later without any extras.

        1 Reply Last reply
        0
        • sierdzioS Offline
          sierdzioS Offline
          sierdzio
          Moderators
          wrote on last edited by
          #4

          That depends. QtQuick1 (called QtDeclarative in Qt5) module uses a raster engine, so it should work everywhere. QtQuick 2 requires OpenGL (there is no software rendering fallback here).

          But since we're in Beta, it may well be that you have discovered a bug :) I'm not experienced enough with Qt 5 on Android to say for sure.

          (Z(:^

          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