I\'m running into a number of issues attempting to build the GStreamer Android tutorials.
My environment is:
@CAMOBAP Thank you for your post. It really help me. I am possible to build Android example in eclipse. Main problem was:
SHELL := PATH=/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin /bin/bash
Fo GSTREAMER_SDK_ROOT_ANDROID
Next: You don't have to remove the ending forward slash from the line of code in MAC and you don't have to add Includes in Eclipse. These dependencies will be solved automatic after first build. Be sure that your Android SDK and NDK are running well in Eclipse. I also added SDK and NDK paths to:
nano .bash_profile
This is running on MAC. I also changed Manifest file to:
android:minSdkVersion="xx"
android:targetSdkVersion="xx" />
For Tutorial 5 from Android Gstreamer you need to add sdcard permission: