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

Author Topic: I have built SFML for Android, now how to build the example?  (Read 688 times)

0 Members and 1 Guest are viewing this topic.

Millsialix

  • Guest
I have built SFML for Android, now how to build the example?
« on: August 01, 2018, 04:57:43 pm »
Hi,
I recently built and installed SFML 2.4.2 libraries for android, and now I try to build the example, but I don't know how. I run this command (in the folder "android/jni" with Windows 7):

ndk-build APP_BUILD_SCRIPT="Android.mk" NDK_APPLICATION_MK="Application.mk" NDK_PROJECT_PATH=. APP_PLATFORM=android-14 APP_BUILD_SCRIPT=Android.mk TARGET_ARCH_ABI=armeabi-v7a

It creates 2 folders "libs" and "obj", but now I want to create an .apk, but I don't know how, on the internet I only find outdated tutorials which say that I must run "android update project", which is an outdated command...
So, how can I create an .apk ?

 

anything