Closed GoogleCodeExporter closed 9 years ago
The issue 30 is marked as fixed and not removed. If you think it's not fixed
you can add a comment and I will reopen it. I will not ask for confirmation
because I know that no body will confirm. Have you confirmed issue 31? If you
get is error it's because you have missed something. "The buildAll.sh" will
never generate dynamic libraries (.so) except for libtinyWRAP.so. On Android
1.x you cannot load a shared library which depends on another one
(http://code.google.com/p/android/issues/detail?id=2580).
Looking the patch I can guess what is your problem: You are mixing dynamic and
static libraries in the "output" folder. This is why you need to add "bdynamic"
and "bstatic". These flags are missing for good reasons.
Original comment by boss...@yahoo.fr
on 13 Aug 2010 at 4:01
Original issue reported on code.google.com by
volkov.r...@gmail.com
on 13 Aug 2010 at 2:53Attachments: