Hi guys
I'm trying to set up an android studio SFML project. (I am on windows 10 using android studio 3.4.1 and Cmake 3.14.4)
I started by following this guide
https://github.com/SFML/SFML/wiki/Tutorial:-Building-SFML-for-AndroidBefore running the .bat files I made sure to download Cmake and Git, and the directories to both are included in my user environment variable settings (PATH)
https://imgur.com/a/RDQ6fvbin an admin-level console I scoped into the directory with the SFML android batch files, and ran
D:\Build-SFML-For-Android-On-Windows-master\Build-SFML-For-Android-On-Windows-master>download-ndk-and-build-sfml.bat D:\android_studio
I got the result
Relative paths cannot be used
I don't have the NDK installed yet... what am I missing?
Thanks for the help
DPC