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. Unable to create an APK with CMake (Qt6 / Pop!_OS 22.04)
Forum Updated to NodeBB v4.3 + New Features

Unable to create an APK with CMake (Qt6 / Pop!_OS 22.04)

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

    Hello everyone !

    I'm trying to build an apk using cmake for my project (available here https://github.com/EnyoYoen/Plume).
    After installing Qt for Android (Qt 6.6.2) from sources and running (on Pop!_OS 22.04 LTS) :

    cd build
    <path to Qt Android>/bin/qt-cmake -DANDROID_SDK_ROOT=/home/enyo/Android/Sdk -DANDROID_NDK_ROOT=/home/enyo/Android/Sdk/ndk -S .. -B .
    make -j8 apk
    

    "Built target apk" is printed out but no apk is built.

    I have the same problem in my "Build Android" GitHub action using Qt 6.4.3 (latest run here https://github.com/EnyoYoen/Plume/actions/runs/8038290243).

    Does somebody have an idea of what could be the problem?
    Thanks !

    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