V
V
vadim_ig2013-09-04 16:15:26
Java
vadim_ig, 2013-09-04 16:15:26

Hanging System.loadLibrary?

In the android application, the logic is implemented in C ++, all platform-specific code in Java. A C++ library is loaded using System.loadLibrary. On a tablet with Android 4.1 everything works, but on a phone with Android 2.3.6 (samsung s5660) loadLibrary hangs without giving any errors.

Perhaps this is due to the size of the downloaded library (15 MB), but I did not find confirmation.
C++ library depends on boost_filesystem, boost_system and freetype

C emulators same story: works on android 4.1, 2.3 hangs

Please tell me if the problem has a solution or at least in which direction to look.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
sba, 2013-09-04
@sba

I propose to move by elimination method. First, build the library without code and dependencies. Then add in turn the import of the necessary libraries. Next, add the code.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question