SFML_AndroidStudio icon indicating copy to clipboard operation
SFML_AndroidStudio copied to clipboard

Example of SFML in AndroidStudio with a bit of extra fluff on top

Results 2 SFML_AndroidStudio issues
Sort by recently updated
recently updated
newest added

When trying to compile I got: C:\home\dev\git\SFML_AndroidStudio\app\src\main\cpp\main.cpp:1:10: fatal error: 'SFML/System.hpp' file not found

Hi, I updated these properties in 'build.gradle' to match my API version : ``` compileSdkVersion 28 buildToolsVersion "28.0.3" defaultConfig { applicationId "sfml.com.sfml_example" //Replace this with your real package name (e.g....