Open GoogleCodeExporter opened 8 years ago
BTW, the app works fine on ARMv7 processor device.
Original comment by eidolonS...@gmail.com
on 9 Jan 2013 at 2:36
Please confirm, if the following library is loaded before
System.loadLibrary("libapplication.so")
Looks like System.loadLibrary("libiconv.so") is not present or is loading a
pre-existing library from the default system path.
Try to load "iconv" library from our path in java.
Another option is to compile the iconv library using a different name(for eg:-
"broov_iconv") and loading it before "libapplication.so".
Let me know, if this solves your problem
Original comment by aatrala
on 9 Jan 2013 at 2:38
I followed your second suggestion "Another option is to compile the iconv
library using a different name(for eg:- "broov_iconv") and loading it before
"libapplication.so"."
Finally the problem is solved.
Thanks very much!!!!!
Original comment by eidolonS...@gmail.com
on 10 Jan 2013 at 12:40
Original issue reported on code.google.com by
eidolonS...@gmail.com
on 9 Jan 2013 at 2:33