I try to compile a Gstreamer project using android update and ndk-buil and return the next error
C:\git\gst-unity-bridge\Plugin\GUB\Project\Android\GUB>android update project -p . -s --target android-23
-----
Updated and renamed default.properties to project.properties
Updated local.properties
No project name specified, using Activity name 'Tutorial1'.
If you wish to change it, edit the first line of build.xml.
Added file C:\git\Project\Android\dagomi\build.xml
Added file C:\git\Project\Android\dagomi\proguard-project.txt
C:\git\Project\Android\dagomi>ndk-build
Android NDK: WARNING: APP_PLATFORM android-23 is larger than android:minSdkVersion 9 in ./AndroidManifest.xml
[arm64-v8a] Compile : GstUnityBridge <= gub_graphics.c
In file included from C:/Users/Pc/Downloads/gstreamer-1.0-android-universal-1.10.0/armv7//include/gstreamer-1.0/gst/gl/gstgl_fwd.h:26:0,
from C:/Users/Pc/Downloads/gstreamer-1.0-android-universal-1.10.0/armv7//include/gstreamer-1.0/gst/gl/gl.h:29,
from C:/Users/Pc/Downloads/gstreamer-1.0-android-universal-1.10.0/armv7//include/gstreamer-1.0/gst/gl/gstglcontext.h:26,
from jni/../../../../Source/graphics.c:329:
C:/Users/Pc/Downloads/gstreamer-1.0-android-universal-1.10.0/armv7//include/gstreamer-1.0/gst/gl/gstglapi.h:24:32: fatal error: gst/gl/gstglconfig.h: No such file or directory
#include <gst/gl/gstglconfig.h>