About Store Forum Documentation Contact



Post Reply 
shared libraries for android
Author Message
yvanvds Offline
Member

Post: #1
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
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
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
Find all posts by this user Quote this message in a reply
Post Reply