Can use Android SDK for Cocos2D-X Game

Hi everyone,
I’m a iOS game developer, but i’m learning Android(about one month). I have problem: i use https://github.com/appota/android-game-sdk
in my game. This’s a android game SDK to payment online(SMS, e-bank…etc). Now, i have a question:
Cocos2D-X use Microft Visual Studio(C++) to develop, i can’t add my Adnroid Game SDK to use. So it can build Android Project, yes i do, but i can’t modify or edit, i don’t know. Someone please tell me somehthing.

You use JNI to call Java code from C++.

@lance_gray wrote:

You use JNI to call Java code from C++.

Can you give simply example?

What cocos2d-x version are you using?

hi @longbottomup,

This is the Tutorial about how to integrate Facebook Android SDK.

Maybe you can get something you want from it.

@Ryeeeeee wrote:

hi @longbottomup,

This is the Tutorial about how to integrate Facebook Android SDK.

http://www.cocos2d-x.org/forums/6/topics/44744

Maybe you can get something you want from it.

It does have the solution but it doesn’t tell the process how to create the solution.

You know the old saying:

Give a man a fish and he will be fed for a day. But teach a man how to fish and he will be fed for a lifetime.

@lance_gray wrote:

What cocos2d-x version are you using?

V.2.2.3. Can you send me a simple example with Appota?