Cross platform compiler for C++ | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 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...

11th Jan 2018, 10:17 PM
Mayank
Mayank - avatar
2 ответов
+ 3
GCC + Bionic or G++ + Bionic work on android ( C4droid APP)
11th Jan 2018, 10:52 PM
seamiki
seamiki - avatar
+ 1
just an additional info, there is MinGW which allowing you to compile with g++ on the same os for the other operating systems!
12th Jan 2018, 2:45 AM
Cain Eviatar
Cain Eviatar - avatar