1
General discussions / Re: [Solution] #include <ostream> No such file or directory | Android Build SFML
« on: March 11, 2017, 05:42:32 am »
in your ..\jni\Android.mk
replace
include $(BUILD_SHARED_LIBRARY)
with
include $(BUILD_STATIC_LIBRARY)
replace
include $(BUILD_SHARED_LIBRARY)
with
include $(BUILD_STATIC_LIBRARY)