Android : Export libraries from Android Project (Eclipse)

on Wednesday, September 17, 2014


I have a main project and another sub project that is a kind of engine used from the main project. The classes from the engine are used from the main project and this all is no problem at all. But now I started to use JNI in my engine that creates those *.so libraries. How can I tell eclipse now that after building the engine project, it shall make these libraries accessable for other projects? I mean, that they can be used also from the main project. Now they are in engine/libs folder but I need them in main/libs.


0 comments:

Post a Comment