I am currently running the latest version of Ubuntu, and would like to compile some C++ and C into an executable that Android is capable of running. I've looked, but can't seem to find any compilers I can install in order to cross compile.
Asked
Active
Viewed 66 times
0
-
5Possible duplicate of [How do I compile an existing C program for Android using NDK?](http://stackoverflow.com/questions/11197912/how-do-i-compile-an-existing-c-program-for-android-using-ndk) – fweigl Dec 24 '15 at 00:12
-
This application is entirely C/C++, there is not java component – AndrewGrant Dec 24 '15 at 00:15
-
1You still need to use the Android NDK, Also you should probably 'start' with a java activity (just for early sanity check that your NDK is working properly, then you can remove the Java Activity and go pure C/C++) – mawalker Dec 24 '15 at 00:25