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. Unoptimized APK
Forum Update on Monday, May 27th 2025

Unoptimized APK

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
android
2 Posts 2 Posters 485 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.
  • D Offline
    D Offline
    Dmitriano
    wrote on last edited by Dmitriano
    #1

    I got the following warning while uploading my app to Google Play:

    alt text

    The app is built with QT 5.13 for Android ARM64-v8a (API level 21, SDK 28).

    Also Google Play Prelaunch report shows 20 Android compatibility warnings like this:

    alt text

    There were the following warnings while building the app in QT Creator:

    :transformNativeLibsWithStripDebugSymbolForRelease
    Unable to strip library '1' due to error C:\Users\D-Ef\AppData\Local\Android\Sdk\ndk-bundle\toolchains\aarch64-linux-android-4.9\prebuilt\windows-x86_64\bin\aarch64-linux-android-strip returned from 'E:\repos\examples\src\LinesGame\build-LinesGameQt-Android_for_arm64_v8a_Clang_Qt_5_13_0_for_Android_ARM64_v8a-Release\android-build\build\intermediates\transforms\mergeJniLibs\release\0\lib\arm64-v8a\libqml_QtGraphicalEffects_libqtgraphicaleffectsplugin.so', packaging it as is.
    C:\Users\D-Ef\AppData\Local\Android\Sdk\ndk-bundle\toolchains\aarch64-linux-android-4.9\prebuilt\windows-x86_64\bin\aarch64-linux-android-strip: 'E:\repos\examples\src\LinesGame\build-LinesGameQt-Android_for_arm64_v8a_Clang_Qt_5_13_0_for_Android_ARM64_v8a-Release\android-build\build\intermediates\transforms\mergeJniLibs\release\0\lib\arm64-v8a\libqml_QtGraphicalEffects_private_libqtgraphicaleffectsprivate.so': No such file
    

    Should I fix these warnings or ignore them and publish the app?

    T 1 Reply Last reply
    0
    • D Dmitriano

      I got the following warning while uploading my app to Google Play:

      alt text

      The app is built with QT 5.13 for Android ARM64-v8a (API level 21, SDK 28).

      Also Google Play Prelaunch report shows 20 Android compatibility warnings like this:

      alt text

      There were the following warnings while building the app in QT Creator:

      :transformNativeLibsWithStripDebugSymbolForRelease
      Unable to strip library '1' due to error C:\Users\D-Ef\AppData\Local\Android\Sdk\ndk-bundle\toolchains\aarch64-linux-android-4.9\prebuilt\windows-x86_64\bin\aarch64-linux-android-strip returned from 'E:\repos\examples\src\LinesGame\build-LinesGameQt-Android_for_arm64_v8a_Clang_Qt_5_13_0_for_Android_ARM64_v8a-Release\android-build\build\intermediates\transforms\mergeJniLibs\release\0\lib\arm64-v8a\libqml_QtGraphicalEffects_libqtgraphicaleffectsplugin.so', packaging it as is.
      C:\Users\D-Ef\AppData\Local\Android\Sdk\ndk-bundle\toolchains\aarch64-linux-android-4.9\prebuilt\windows-x86_64\bin\aarch64-linux-android-strip: 'E:\repos\examples\src\LinesGame\build-LinesGameQt-Android_for_arm64_v8a_Clang_Qt_5_13_0_for_Android_ARM64_v8a-Release\android-build\build\intermediates\transforms\mergeJniLibs\release\0\lib\arm64-v8a\libqml_QtGraphicalEffects_private_libqtgraphicaleffectsprivate.so': No such file
      

      Should I fix these warnings or ignore them and publish the app?

      T Offline
      T Offline
      Tom_H
      wrote on last edited by
      #2

      @dmitriano Ignore them and publish. That's what I did. Google is trying to get us to use their new App Bundle format, but that doesn't fit well when building with Qt Creator. I'm not sure what the other warnings are but they can be safely ignored. Good luck.

      1 Reply Last reply
      1

      • Login

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