Android app cache
Mobile and Embedded
2
Posts
2
Posters
1.2k
Views
1
Watching
-
wrote on 25 Oct 2013, 21:43 last edited by
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?
-
wrote on 26 Oct 2013, 17:02 last edited by
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/2