+ 2
Cross platform compiler for C++
Which is the best cross platform compiler for C++ to compile for android devices... I only need cross compiler without ide if possible... I know their are C++ compilers for Android but that is not exactly what I'm asking... I want to compile my C++ project into .apk for android devices...
2 Answers
+ 3
GCC + Bionic or G++ + Bionic work on android ( C4droid APP)
+ 1
just an additional info, there is MinGW which allowing you to compile with g++ on the same os for the other operating systems!