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. Android app cache
Qt 6.11 is out! See what's new in the release blog

Android app cache

Scheduled Pinned Locked Moved Mobile and Embedded
2 Posts 2 Posters 1.3k Views 1 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.
  • Z Offline
    Z Offline
    zing0000
    wrote on last edited by
    #1

    I have two unrelated Qt projects that I have deployed to Nexus 7. Both work OK independently from a clean install, but if I run one after the other there are random problems, e.g. won't launch, confused layout, unresponsive touch.

    If I clear the App cache and relaunch, all is good. It is as though the two Apps are using a common cache, corrupting each other.

    Anyone seen this or can elaborate?

    1 Reply Last reply
    0
    • GianlucaG Offline
      GianlucaG Offline
      Gianluca
      wrote on last edited by
      #2

      Are you sure that the apps are deployed bundling the Qt libraries inside the APK ??
      Qt give you three options:

      • use ministro
      • install libs in a shared directory on your device
      • bundle the libs inside the APK

      Maybe your problem can arise from the fact that the apps are sharing libs with different configurations.

      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