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. Warnings and Errors in Android debug console
Forum Updated to NodeBB v4.3 + New Features

Warnings and Errors in Android debug console

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
2 Posts 2 Posters 1.6k 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
    #1

    Hi,

    if I start my application on Android, I get a lot of warnings like these:

    W linker  : /data/app/org.qt.app/lib/arm/libQt5Quick.so: unsupported flags DT_FLAGS_1=0x81
    

    There are more then 10 such warnings for different Qt libraries.

    Then I see also four times these warnings and errors:

    E linker  : normalize_path - invalid input: "C", the input path should be absolute
    W linker  : Warning: unable to normalize "C"
    

    Is there something I could do about it? What do these warnings/errors mean? What can I do with it?

    raven-worxR 1 Reply Last reply
    0
    • V vlada

      Hi,

      if I start my application on Android, I get a lot of warnings like these:

      W linker  : /data/app/org.qt.app/lib/arm/libQt5Quick.so: unsupported flags DT_FLAGS_1=0x81
      

      There are more then 10 such warnings for different Qt libraries.

      Then I see also four times these warnings and errors:

      E linker  : normalize_path - invalid input: "C", the input path should be absolute
      W linker  : Warning: unable to normalize "C"
      

      Is there something I could do about it? What do these warnings/errors mean? What can I do with it?

      raven-worxR Offline
      raven-worxR Offline
      raven-worx
      Moderators
      wrote on last edited by raven-worx
      #2

      @vlada
      see QTBUG-57909
      This needs to be fixed by the Qt build system.
      Or you recompile Qt libraries for android yourself.

      But there shouldn't be any bad impacts on your application.

      --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
      If you have a question please use the forum so others can benefit from the solution in the future

      1 Reply Last reply
      3

      • Login

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