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
Forum Updated to NodeBB v4.3 + New Features

Android app cache

Scheduled Pinned Locked Moved Mobile and Embedded
2 Posts 2 Posters 1.2k 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 25 Oct 2013, 21:43 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
    • G Offline
      G Offline
      Gianluca
      wrote on 26 Oct 2013, 17:02 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

      1/2

      25 Oct 2013, 21:43

      • Login

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