mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-30 06:55:33 +01: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:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user