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. OpenGL issue when running QML Applications
Forum Updated to NodeBB v4.3 + New Features

OpenGL issue when running QML Applications

Scheduled Pinned Locked Moved Mobile and Embedded
1 Posts 1 Posters 728 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.
  • L Offline
    L Offline
    link
    wrote on last edited by
    #1

    Hi, I just started developing applications in QML and I wanted to try some of them in Android platform but when I run any application even the Qt Examples it gives me the following errors

    ...
    I/Qt ( 800): qt start
    W/dalvikvm( 800): dvmFindClassByName rejecting 'org/qtproject/qt5/android/QtMessageDialogHelper'
    D/dalvikvm( 800): Trying to load lib /data/data/org.qtproject.example.maroon/lib/libQt5QuickParticles.so 0x412a01c0
    D/dalvikvm( 800): Shared lib '/data/data/org.qtproject.example.maroon/lib/libQt5QuickParticles.so' already loaded in same CL 0x412a01c0
    I/dalvikvm( 800): threadid=3: reacting to signal 3
    I/dalvikvm( 800): Wrote stack traces to '/data/anr/traces.txt'
    D/dalvikvm( 800): Trying to load lib /data/data/org.qtproject.example.maroon/lib/libmaroon.so 0x412a01c0
    D/Qt ( 800): qml\qqmlengine.cpp:1451 (QQmlDebuggingEnabler::QQmlDebuggingEnabler(bool)): QML debugging is enabled. Only use this in a safe environment.
    D/dalvikvm( 800): Added shared lib /data/data/org.qtproject.example.maroon/lib/libmaroon.so 0x412a01c0
    D/dalvikvm( 800): No JNI_OnLoad found in /data/data/org.qtproject.example.maroon/lib/libmaroon.so 0x412a01c0, skipping init
    W/Qt ( 800): kernel\qcoreapplication.cpp:416 (QCoreApplicationPrivate::QCoreApplicationPrivate(int&, char**, uint)): WARNING: QApplication was not created in the main() thread.
    I/dalvikvm( 800): threadid=3: reacting to signal 3
    I/dalvikvm( 800): Wrote stack traces to '/data/anr/traces.txt'
    W/dalvikvm( 800): dvmFindClassByName rejecting 'org/qtproject/qt5/android/QtNativeInputConnection'
    W/dalvikvm( 800): dvmFindClassByName rejecting 'org/qtproject/qt5/android/QtExtractedText'
    D/ ( 800): HostConnection::get() New Host Connection established 0x133870, tid 800
    D/libEGL ( 800): loaded /system/lib/egl/libGLES_android.so
    D/libEGL ( 800): loaded /syste

    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