From 3efcc51d76e55fb8560b355f92abe0e297043846 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Wed, 13 Feb 2013 16:03:35 +0000 Subject: [PATCH] From Jordi Torres, "This error occurs when compiling current OSG with the NDK >=r8c: android-ndk-r8d/build/gmsl/__ gmsl:512: *** non-numeric second argument to `wordlist' function: ''. Stop. This is discussed in this thread[1]. The solution is to add to the manifest as the OSG library will only run in devices with Android>=2.2 (Froyo) with API level 8 [2]. The fix does not affect to older sdk's. Thanks to Jan Ciger for spotting the bug and find a possible solution. " --- PlatformSpecifics/Android/AndroidManifest.xml.master.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PlatformSpecifics/Android/AndroidManifest.xml.master.in b/PlatformSpecifics/Android/AndroidManifest.xml.master.in index 842a2ff3b..d2a8d9917 100644 --- a/PlatformSpecifics/Android/AndroidManifest.xml.master.in +++ b/PlatformSpecifics/Android/AndroidManifest.xml.master.in @@ -3,5 +3,5 @@ package="com.openscenegraph" android:versionCode="1" android:versionName="1.0"> - +