Re: [Interest] Qt on Android and loading native libs

2015-10-27 Thread Jason H via Interest
Sounds like an Application level library is needed, rather than an Activity?   Sent: Tuesday, October 27, 2015 at 11:49 AM From: "Preet via Interest" To: "" Subject: [Interest] Qt on Android and loading native libs I recently came across an issue with native code on

[Interest] Qt on Android and loading native libs

2015-10-27 Thread Preet via Interest
I recently came across an issue with native code on Android (not in a Qt application though). When an Activity loads shared libraries, those libraries aren't unloaded by Android until the corresponding process is killed. However, Android can keep the same process around while creating multiple inst