Splendid job! I strongly would like to know the following information and run OpenXcom on my Android smartphone and tablet PC.
1. How to merge 'SupSuper's the latest git master' and 'your android code'?
2. How to set up the android compile environment and how to compile the source code?
3. How to install .apk file and how to run OpenXcom-android?
Thank you very much.
Thanks. To explain in detail all that would require more than a forum post, but I can give you some hints:
1. Basically you fetch both branches (they're both in github) and git merge. I guess I'll do that myself anyway, sooner than later, to prevent the branches from diverging too much.
2. This depends on your o.s. but you need android's sdk and ndk. Then you put all the SDL libs in openxcom/android/jni (you need a special patch for SDL_gfx, which its author just added to the lib) and you're ready to go: cd android / ndk-build / ant debug
3. Run 'ant debug install' and you're set.
You can google for details about all those steps. There are many step by step guides if you're starting.