Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QtWebEngine
  4. Android-Project ERROR: Unknown module(s) in QT: webenginewidgets
QtWS25 Last Chance

Android-Project ERROR: Unknown module(s) in QT: webenginewidgets

Scheduled Pinned Locked Moved Unsolved QtWebEngine
3 Posts 2 Posters 1.3k Views
  • 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.
  • shelleyS Offline
    shelleyS Offline
    shelley
    wrote on last edited by
    #1

    QtWebEngine - Android-Project ERROR: Unknown module(s) in QT: webenginewidgets

    I built a Qt 5 application project on Android including webenginewidgets module. But I got a error as follows.

    /Qt/5.13.1/android_arm64_v8a/bin/qmake -o Makefile ../videoplayer/videoplayer.pro -spec android-clang CONFIG+=qtquickcompiler
    Project ERROR: Unknown module(s) in QT: webenginewidgets
    

    Refer to https://doc.qt.io/qt-5/android.html

    It says "Qt for Android enables you to run Qt 5 applications Android devices. All Qt modules (essential and add-on) are supported except Qt WebEngine."

    But on Qt maintenance Tool it only indicates that webengine component, "On Windows, the module is only available under MSVC 2017".

    I want to build a Qt 5 application project on Android including webenginewidgets module.
    Is there any other method? Or Will Qt support webenginewidgets module in the future version?

    JKSHJ 1 Reply Last reply
    0
    • shelleyS shelley

      QtWebEngine - Android-Project ERROR: Unknown module(s) in QT: webenginewidgets

      I built a Qt 5 application project on Android including webenginewidgets module. But I got a error as follows.

      /Qt/5.13.1/android_arm64_v8a/bin/qmake -o Makefile ../videoplayer/videoplayer.pro -spec android-clang CONFIG+=qtquickcompiler
      Project ERROR: Unknown module(s) in QT: webenginewidgets
      

      Refer to https://doc.qt.io/qt-5/android.html

      It says "Qt for Android enables you to run Qt 5 applications Android devices. All Qt modules (essential and add-on) are supported except Qt WebEngine."

      But on Qt maintenance Tool it only indicates that webengine component, "On Windows, the module is only available under MSVC 2017".

      I want to build a Qt 5 application project on Android including webenginewidgets module.
      Is there any other method? Or Will Qt support webenginewidgets module in the future version?

      JKSHJ Offline
      JKSHJ Offline
      JKSH
      Moderators
      wrote on last edited by
      #2

      Hi, and welcome.

      @shelley said in Android-Project ERROR: Unknown module(s) in QT: webenginewidgets:

      Qt support webenginewidgets module in the future version?

      This is not possible.

      Google (Android's developers) do not allow apps that use external web engines.

      You can only use the Qt WebView module: https://doc.qt.io/qt-5/qtwebview-index.html

      Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

      1 Reply Last reply
      2
      • shelleyS Offline
        shelleyS Offline
        shelley
        wrote on last edited by
        #3

        Hi JKSH,

        I'll try as per what you suggested.

        Thank you very much!

        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