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
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