Tag Archives: android

Use of prebuild static Library compiled with Android Toolchain

Just to continue with my last post in which I compiled two simple C++ files and archived as a static library. So make sure to open previous blogĀ  in another tab because I will refer this in current post as … Continue reading

Posted in Android, C-C++, Cross-Compilation, Development, java, Mobile | Tagged , , , | 3 Comments

Compile C/C++ ARM binary (Static Library) for Android using Standalone toolchain

This post is intended for those who wants to compile and reuse their existing C/C++ code or who wants to compile an open source code for their Android applications. The idea came into my mind after putting time and effort … Continue reading

Posted in Android, C-C++, Cross-Compilation, Mobile | Tagged , , , , , , | 29 Comments