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.


Messages - SchabMan

Pages: [1]
1
General / Re: Android NDK - SFML-Example Build Error
« on: June 13, 2017, 01:03:19 pm »
Hi!

I'm trying to learn ndk and port my games to android and i got the same problem :/

I'm stuck on something like this:

c:\projects\SFML\examples\android>ndk-build
[armeabi-v7a] "Install        ": "libsfml-activity.so => libs/armeabi-v7a/libsfml-activity.so"
process_begin: CreateProcess(NULL, C:/projects/ndk/build//../toolchains/arm-linux-androideabi-4.9/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'

[EDIT]

I also tried to build armeabi. The same error

Pages: [1]
anything