I have been working on this for awhile now. I followed the directions and set my paths:
SET PATH=%PATH%; C:\Program Files (x86)\Android\android-sdk; C:\Program Files (x86)\Android\android-sdk\tools; C:\Program Files (x86)\Android\android-sdk\platform-tools;
THEN:
SET ANDROID_NDK= C:\Users\Bryce\Desktop\ndk
THEN:
mkdir sfml/build/x86
THEN
cmake -DANDROID_ABI=x86-DCMAKE_TOOLCHAIN_FILE=../../cmake/toolchains/android.toolchain.cmake
This is when I get the error:
-- Building for: Visual Studio 12 2013
CMake Error at cmake/toolchains/android.toolchain.cmake:433 (message):
Could not find neither Android NDK nor Android standalone toolcahin.
You should either set an environment variable:
Everything I do does not seem to make this work.