Because the Numpy isn't a static library(it contains .py files, .pyc files, .so files, etc), so if I want to import it to my python code which is used in an Android phone(using CLE), I should recompile the library as a .so file. I have found that if I want to use NDK to compile it, I should have an Application.mk
and an Android.mk
files. But I don't know how to create these files.
How can I compile the Numpy library or anyone could give me a useful website.
Thanks a lot.