Quantcast
Channel: xda-developers - Android Software and Hacking General [Developers Only]
Viewing all articles
Browse latest Browse all 3614

[Q] How to include an android library in an android project with mm

$
0
0
Hi everyone,

I have an android library ("is library" checked on eclipse) that i'd like to include in my android android project.

Everything compiles fine on Eclipse, but for some reasons I have to compile it through the android.mk of my project.

I tried to include my library as a subfolder of my project, and got this in my application's makefile :

include $(call all-subdir-makefiles)

But the links are not made between the library and my project...

How can I solve that ?

Thanks in advance

Viewing all articles
Browse latest Browse all 3614

Trending Articles