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

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Turbine

Pages: [1]
1
SFML wiki / Tutorial: Building SFML for Android on Windows
« on: February 19, 2017, 02:51:45 am »
I've created a new tutorial for those who were having trouble compiling SFML for Android on Windows.

> https://github.com/SFML/SFML/wiki/Tutorial:-Building-SFML-for-Android-on-Windows

2
General / [Windows] Android example build issue
« on: May 01, 2016, 09:27:49 pm »
After following the "Build SFML for Android" guide, which might I add - almost nothing worked as expected.

I've come to the point where I ended up having to change the target from armeabi to armeabi-v7a as the build project was only interested in the v7a's SFML module files.

Now when I try to build the Android example project, I get this message:
Quote
D:\projects\sfml\examples\android>ndk-build                                                                                                                                                                                                  [armeabi-v7a] Install        : libsfml-activity.so => libs/armeabi-v7a/libsfml-activity.so                                                                                                                                                   process_begin: CreateProcess(NULL, D:/projects/android/ndk/build//../toolchains/arm-linux-androideabi-4.8/prebuilt/windows-x86_64/bin/arm-linux-androideabi-strip --strip-unneeded ./libs/armeabi-v7a/libsfml-activity.so, ...) failed.      make (e=2): The system cannot find the file specified.                                                                                                                                                                                       make: *** [libs/armeabi-v7a/libsfml-activity.so] Error 2                                                                                                                                                                                     make: *** Deleting file `libs/armeabi-v7a/libsfml-activity.so'

It does seem to have an empty libs directory. Note the libs directory is in the example directory, not SFML modules lib.

Does anyone have any idea what's going wrong? :'(

Pages: [1]