yvanvds
Member
|
shared libraries for android
Hello!
I just found out I can only add a static library (.a) to an android project. Would it be much work to allow for shared libraries (.so)?
I tried to add one manually to Android.mk, but that file gets overwritten as soon as I hit compile.
Regards,
yvan
(This post was last modified: 05-01-2014 09:41 PM by yvanvds.)
|
|
05-01-2014 09:41 PM |
|
Esenthel
Administrator
|
RE: shared libraries for android
Hi,
Generation of the Android.mk is done in "CE Editor C++.cpp" next to "android.mk"
You could detect files with *.so extension and process them differently there.
|
|
05-01-2014 09:50 PM |
|