Port a complete game into Corona cards

Hi guys,

I started a topic here because I have a 90% completed game that needs to integrate with my native android java library with Live streaming video function. I tried the ChildView example, wrote a one page Corona view with just a button to call my live streaming video and it works. However, I tried to port my game files into assets folder, then the pain comes. Most of the images, events (tap/touch event listener), almost most parts (graphics position and audio) are not working well, I’m running out of ideas as there isn’t much documentation. How can we port a complete game into Corona cards and what’s the best practice?