Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Android Newbie: On Samsung Note 3 KitKat (4.4.2)

    QML and Qt Quick
    2
    5
    1502
    Loading More Posts
    • 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.
    • idlefrog
      idlefrog last edited by

      Hello, I'm new to QML/Android, and need some help.

      I created a hello world project, and deployed it to the Samsung Note. Although it did display the 'hello' message I got a number of error messages including:

      java.lang.ClassNotFoundException: android.graphics.drawable.RippleDrawable
      ...
      FT_New_Face failed with index 0 : 90
      QEGLPlatformContext::swapBuffers(): eglError: 12294, this: 0x5c100420

      I get similar errors from the demos too, such as 'SameGame' / 'Clocks'.
      Have I configured something incorrectly? Is this some library mismatch?
      Or are Samsung Note 3's not supported?
      Qt Version: 5.4 RC
      Device: Arm7 based

      1 Reply Last reply Reply Quote 0
      • A
        aleus last edited by

        I have same issue in Qt 5.4 RC. This bug not appears in Qt 5.3.

        1 Reply Last reply Reply Quote 0
        • idlefrog
          idlefrog last edited by

          Thanks aleus,
          That fixed the first error message.
          I think they should make it more explicit that 5.4 is a RC.

          I tried 5.3, built the default QML 'hello world' project.
          But get error:
          fontdatabases/basic/qbasicfontdatabase.cpp:239 (static QStringList QBasicFontDatabase::addTTFile(const QByteArray&, const QByteArray&, QSupportedWritingSystems)): FT_New_Face failed with index 0 : 90

          Am using the wrong font?

          1 Reply Last reply Reply Quote 0
          • A
            aleus last edited by

            What version of Android SDK and NDK do you use?

            1 Reply Last reply Reply Quote 0
            • idlefrog
              idlefrog last edited by

              I am using:

              • NDK: r10d (64-bit)
              • SDK: r24
              1 Reply Last reply Reply Quote 0
              • First post
                Last post