Hi all,
I'm actually learning how to use SFML on Android.
I'm porting my Windows games to Android and now I use the sfml example and this tutorial :
https://github.com/SFML/SFML/wiki/Tutorial:-Building-SFML-for-AndroidI modify files like Android.mk and all others by trying to change as few things as possible.
To code, I use Notepad++ and commands : ndk-build && ant debug.
I want to know if there are another ways to do it easier ? Like a specialized IDE ?
I saw Android Studio but I can't find on the doc how to work with the NDK with it, and Google links that has solutions to this looks like "hacks".
There is also Eclipse, quite used with Java, but Android advises to use Android Studio.
Which one do you use ? / What would you recommand ?
And also, where can I find more content to learn about how to deal with files like Android.mk or maybe directly SFML tutorials for Android ?
Thanks in advance