java - which compiler to use for porting C++ through ndk? -


i've android app dome image proceesing. i'd write parts of app in c++ performance reason, call these methods through ndk. need specific c++ compiler eg embedded systems or do? has link correct download compiler? matt

the android ndk comes compiler included, version of gcc. should not need install other.

switching visual studio eclipse make android development life easier, though. convenient tools eclipse-based.


Comments

Popular posts from this blog

sql - text truncated using perl DBI insert -

c++ - Is it possible to compile a VST on linux? -

php - Pass object by reference or value -