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. qt.qpa.plugin: Could not find the Qt platform plugin "android" in ""
Forum Updated to NodeBB v4.3 + New Features

qt.qpa.plugin: Could not find the Qt platform plugin "android" in ""

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
1 Posts 1 Posters 439 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.
  • J Offline
    J Offline
    jiri.kochanek
    wrote on last edited by
    #1

    I need to run a wrapper of library in an Android studio which processes XML and creates a set of images. This library is quite large and reliable. Now I just only need to call her from an application written in Kotlin - Android studio.

    The problem is that fonts do not work without calling the QGuiApplication constructor. However, the generated images contain texts.

    But when calling QtGuiApplication, the application constructor crashes and prints:

    2019-06-11 14:26:16.483 24919-24919/cz.cdis.nativetest W/APP: qt.qpa.plugin: Could not find the Qt platform plugin "android" in ""
    2019-06-11 14:26:16.483 24919-24919/cz.cdis.nativetest A/APP: This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.

    Probably missing the way to where the plugins are located.
    And I don't know how to set it up.

    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