1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-06 17:41:04 +00:00

Android: Fix start-up crashes on version 4.x (#8003)

* Android: Load shared STL library

* Android: Fix exception with window background image
This commit is contained in:
stujones11 2018-12-22 18:02:00 +00:00 committed by Loïc Blot
parent 309e158fc8
commit b8b33a6423
3 changed files with 5 additions and 4 deletions

View file

@ -10,6 +10,7 @@ import android.view.WindowManager;
public class MtNativeActivity extends NativeActivity {
static {
System.loadLibrary("c++_shared");
System.loadLibrary("openal");
System.loadLibrary("ogg");
System.loadLibrary("vorbis");