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

Author Topic: [SOLVED] ERROR: building and compiling SFML for Android  (Read 11080 times)

0 Members and 1 Guest are viewing this topic.

RunRanger

  • Newbie
  • *
  • Posts: 9
    • View Profile
Re: [SOLVED] ERROR: building and compiling SFML for Android
« Reply #15 on: August 30, 2014, 02:43:50 am »
I get it worked :D


Thanks a lot Mario for helping me ;)
The error was occured by the NDK, as you believed.

The NDK 9 Version, which i used before hadn't included the cxx-std-libs. So I switched to NDK10 and downloaded the NDK-Tool + NDK cxx-std-libs.

Mario

  • SFML Team
  • Hero Member
  • *****
  • Posts: 878
    • View Profile
Re: [SOLVED] ERROR: building and compiling SFML for Android
« Reply #16 on: August 30, 2014, 09:52:36 am »
Ah... completely forgot about the different stdlib implementations. :) Fine.

 

anything