Thank you for your reply
,
I tried importing the project in VS using Nsight Tegra, but I got include issues "SFML/System.hpp: No such file or directory" and so on for every includes. So I added an additional include directory but I still have include issues. I may be wrong but I thought that the Android.mk file loaded the SFML module including include files with this line :
$(call import-module,sfml)
but this doesn't seems to work in VS.
How can I solve this includes errors ?
Thanks a lot for your help ^^