How to support Python interface in the Cocos2dX project for android!

I just need a project can use Python’s functions (like Py_Initialize(), Py_Finalize()…) in android ndk project, it seems in the iphone project is ok but when confront to the jni, i found that my code can’t catch any Python functions definitions. it seems that the project can’t link the python’s static library properily. can somebody pose a project example(or template) that for android use the python interface? (the project can make use of the ‘libpython25.a’(can found in python2.5’s libs folder) properily…Thx)

Sorry, I haven’t used python on android.
Can not help you.