My goal is to compile my native code written in C to create a shared library and to import it to Android. (Then I will communicate my Android Java code with the native library through JNI. that I know how to…)
I am developing under
Windows platform, and I REALLY can’t figure out what compiler should I use. I read a
lot on the net, for example:
http://honeypod.blogspot.com/2007/12...world-for.html
Everyone seems to work on a Linux platform.
Please, can anyone tell me which compiler (“toolchain” or whatever it called) should I use in order to compile my C code and deploy it onto Android emulator? or should I have to install a VMware Player with Linux vm and compile there?
Again – I’m working on Windows platform (And I’m really frustrated)
Thanks,
Simon.