• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

app/H01-Aug-2021-5,5634,096

gradle/wrapper/H01-Aug-2021-76

README.androidH A D01-Aug-2021655 1710

build.gradleH A D01-Aug-2021345 1816

flare-android-project.imlH A D01-Aug-2021983 2020

gradlewH A D01-Aug-20215 KiB165122

gradlew.batH A D01-Aug-20212.3 KiB9166

settings.gradleH A D01-Aug-202115 21

README.android

1To build for Android do next steps:
2
31. Install Java Development Kit (x86 version)
42. Install Android Studio and run it
53. Open an existing Android Studio project and navigate to the directory containing this README
64. Install Android NDK from the Android SDK Tools if not already installed
75. Install SDK Platform for your Android version
8
96. Set-up SDL libraries
10
11	1. Download SDL2, SDL2_image, SDL2_mixer and SDL2_ttf and extract them to \jni\ folder (so it will be like jni\SDL2\src\SDL.c)
12
13	2. In SDL2_image/Android.mk, set SUPPORT_JPG and SUPPORT_WEBP to false.
14
15	3. In SDL2_mixer/Android.mk, set SUPPORT_MOD_MIKMOD and SUPPORT_MP3_SMPEG to false.
16
17