Hm, this one I didn't follow. let me try. I tried to setup with android studio.
I did run this command additionally to install sfml to ndk
```
cmake -DCMAKE_SYSTEM_NAME=Android -DCMAKE_ANDROID_NDK=/android-ndk-r25c -DCMAKE_ANDROID_ARCH_ABI=arm64-v8a -DCMAKE_ANDROID_STL_TYPE=c++_static -DCMAKE_BUILD_TYPE=Debug ../..
```
Here what I get at the last command:
```
> Task :app:configureCMakeDebug[arm64-v8a] FAILED
C/C++: CMake Error at CMakeLists.txt:10 (find_package):
C/C++: By not providing "FindSFML.cmake" in CMAKE_MODULE_PATH this project has
C/C++: asked CMake to find a package configuration file provided by "SFML", but
C/C++: CMake did not find one.
C/C++: Could not find a package configuration file provided by "SFML" (requested
C/C++: version 3) with any of the following names:
C/C++: SFMLConfig.cmake
C/C++: sfml-config.cmake
C/C++: Add the installation prefix of "SFML" to CMAKE_PREFIX_PATH or set
C/C++: "SFML_DIR" to a directory containing one of the above files. If "SFML"
C/C++: provides a separate development package or SDK, be sure it has been
C/C++: installed.
```