Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Problems in Arduino Port  (Read 1054 times)

0 Members and 1 Guest are viewing this topic.

bryce910

  • Newbie
  • *
  • Posts: 31
    • View Profile
Problems in Arduino Port
« 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.
« Last Edit: January 22, 2015, 02:02:59 am by bryce910 »

AlexAUT

  • Sr. Member
  • ****
  • Posts: 396
    • View Profile
Re: Problems in Arduino Port
« Reply #1 on: January 22, 2015, 12:30:23 pm »
Your SDK path contains a space, and this is not allowed :)


AlexAUT

 

anything