SFML community forums

Help => General => Topic started by: sitev_ru on February 08, 2018, 08:07:39 am

Title: Include my library for Android
Post by: sitev_ru on February 08, 2018, 08:07:39 am
I set up a simple project compilation on SFML under Android https://github.com/SFML/SFML/wiki/Tutorial:-Building-SFML-for-Android-on-Windows. A simple project works!

But I in my game brought some classes to the external static library. Call it mylib. How to organize a library and a project for Android?
Title: Re: Include my library for Android
Post by: Mario on February 08, 2018, 09:22:40 am
Use CMake the same way you do for building SFML or setup your own ndk-build directory (read the docs). Or even easier: just add the source files to your app.