1
General / Re: Questions for Android platform
« on: September 03, 2015, 10:26:25 pm »
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 :
but this doesn't seems to work in VS.
How can I solve this includes errors ?
Thanks a lot for your help ^^
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 ^^