I\'m running into a number of issues attempting to build the GStreamer Android tutorials.
My environment is:
for error1: jni/Android.mk:13: * GSTREAMER_SDK_ROOT_ANDROID is not defined!. Stop.
you can defind GSTREAMER_SDK_ROOT_ANDROID := XXXXX(your Gstreamer_Android_SDK Path) in your Android.mk files!
for error2: fatal error: gst/gst.h: No such file or directory
you can include the (Gstreamer_Android_SDK Path)/include/gstreamer0.10/ in the C/C++ General -> Paths and Symbols -> inlude!
Hope that would help:)