c++ code in android Enterprise project

Good day.

Is there a tutorial on using C++ code alongside the android code in Corona Enterprise Framework somewhere?
There is a rather large C++ library consisting of several dozens of files. This C++ code has to be compiled. Its interface(header) are 2-3 functions in pure C:
CreateGAFobj, GAFupdate and a couple of others, which are to be called from Java code.
I have accomplished it easily in Objective C, but I have next to no experience in Java programming. I would rather not go into deep details if there is a solution as simple as in Objective C.

Not sure what you want to do exactly but I guess your can have a look at the android NDK 

http://developer.android.com/tools/sdk/ndk/index.html

Good luck 

Not sure what you want to do exactly but I guess your can have a look at the android NDK 

http://developer.android.com/tools/sdk/ndk/index.html

Good luck