SFML community forums

Help => General => Topic started by: bryce910 on January 22, 2015, 01:39:06 am

Title: Problems in Arduino Port
Post by: bryce910 on January 22, 2015, 01:39:06 am
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.
Title: Re: Problems in Arduino Port
Post by: AlexAUT on January 22, 2015, 12:30:23 pm
Your SDK path contains a space, and this is not allowed :)


AlexAUT