Tutorial by Examples

This are the tools you need to build SFML for Android on a Windows Machine CMake Git Android SDK Android NDK Apache Ant MinGW (msys basic) Java jre Java jdk Android USB Driver (Download: http://adbdriver.com/ ) Make sure you've installed all tools (Tools -> Android SDK Tools / Platf...
Add following Paths to the PATH-Enviromentvariable [Path to CMake]\bin [Path to Git]\bin [Path to SDK]\tools [Path to SDK]\platform-tools [Path to NDK] [Path to ANT]\bin [Path to MinGW]\bin [Path to MinGW]\msys\1.0\bin [Path to Java jre]\bin [Path to Java jdk]\bin Make sure you use ba...
Clone the SFML Repository from Github. Enter following comands in a cmd window: git clone https://github.com/SFML/SFML.git SFML If you already downloaded SFML before you can just use the existing one. Create some folders for the build-files cd SFML mkdir build && cd build mkdir ar...
You can find the Android Sample in [SFML_ROOT]\examples\android You can copy it to leave the SFML repository in it's original state. Open cmd.exe in the sample location. To get a list of all available Android build targets: android list target Run Update Project for the Sample: android upda...

Page 1 of 1