Forráskód Böngészése

Fixed 'android' product manifest, 'EACCES' error

seyhajin 6 éve
szülő
commit
abd86f1b30

+ 3 - 0
modules/std/filesystem/native/filesystem.cpp

@@ -39,6 +39,9 @@
 
 #if BB_ANDROID
 
+#include "string.h"
+#include "errno.h"
+
 #include <sdl2/SDL/src/core/android/SDL_android.h>
 
 #endif

+ 0 - 2
products/android/Monkey2Game/app/src/main/AndroidManifest.xml

@@ -26,8 +26,6 @@
             android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
             android:launchMode="singleTop">
 
-            android:configChanges="orientation">
-
             <intent-filter>
                 <action android:name="android.intent.action.MAIN" />
                 <category android:name="android.intent.category.LAUNCHER" />