8000 GitHub - Dj0ulo/SFML_AndroidStudio: Example of SFML in AndroidStudio with a bit of extra fluff on top
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Dj0ulo/SFML_AndroidStudio

 
 

Folders and files

NameName
Last commit message
8000 Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SFML-AndroidStudio-Template

WIP. Android Studio, with the Gradle and CMake build system, template for a Native (and/or Hybrid) App with SFML

Prerequisites

Brain.exe

Install Android Studio (2.3.3 +)

At the first startup of Android Studio install the SDK and NDK in Android Studio. I recommend doing it directly in android studio so your sdk and ndk directories are set correctly

Build SFML for android (use libc++_shared, change the build.gradle file in the template for full c++11 support!), have a look at the SFML wiki there is a tutorial.

For Building SFML with libc++ android-ndk-r12b is required. Afterwards you can use the latest and greatest from android-studio

How to use

Clone this git, rename the folder and then just open it in android studio (2.3+)

FIX YOUR PATHS AND ABI FILTERS

Now you can simply run the application!

Todo

  • CleanUp Paths and abiFilters
  • Support linking of debug libs

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 44.6%
  • Java 38.2%
  • CMake 17.2%
0