migrate game from iphone to android

I have developed a game using jsb under xcode.
It works well on iphone.
Now I hope it can work on my android also.
Is there a tutorial for migrate jsb game from ios to android?

john w wrote:

I have developed a game using jsb under xcode.
It works well on iphone.
Now I hope it can work on my android also.
Is there a tutorial for migrate jsb game from ios to android?

If you use project-create in tool folder of cocos2d-x,
you can create cross-platform project and Android project has created as well.
Don’t need to setting something to migrate jsb game to Android.

Simon Pan wrote:

john w wrote:
> I have developed a game using jsb under xcode.
> It works well on iphone.
> Now I hope it can work on my android also.
> Is there a tutorial for migrate jsb game from ios to android?
>
If you use project-create in tool folder of cocos2d-x,
you can create cross-platform project and Android project has created as well.
Don’t need to setting something to migrate jsb game to Android.

I used cocos2dx jsb template to create the project automatically,

but I can not find out where is android related files/folder