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 Update on Tuesday, May 27th 2025

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 27 Oct 2013, 08:11 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
    • S Offline
      S Offline
      sierdzio
      Moderators
      wrote on 27 Oct 2013, 13:57 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 27 Oct 2013, 14:09 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
        • S Offline
          S Offline
          sierdzio
          Moderators
          wrote on 27 Oct 2013, 14:15 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

          4/4

          27 Oct 2013, 14:15

          • Login

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