Too many libraries when loading
Mobile and Embedded
3
Posts
2
Posters
1.4k
Views
2
Watching
-
Hi,
I'm trying to porting my qt application on Android, but I have this error: "too many libraries when loading". I know there is a limit on Android share library (SO_MAX) up to 4.3 when it was removed. Is there any way to work around the problem without removing libraries?Thank you
-
Combine libraries together into a single .so, or link statically.