<div dir="ltr"><div>I can give you some initial help. Here is the authoritative project reference -> <a href="https://github.com/sdroege/gst-player">https://github.com/sdroege/gst-player</a> (Don't waste time on the SDK tutorials. They aren't connected with the GStreamer project - though they can help with some basic concepts.) This works with Android Studio. You will need to configure some properties in the app level build.gradle file, using the 'project.ext' extension. This allows app level custom extensions that can be imported at build time to your project. Google it - GIYF (google is your friend). The one thing that I haven't yet solved is specifying the target architecture, which is used to construct the GSTREAMER_ROOT (obviously pretty important). If you build GStreamer from cebero, then the default will work. Otherwise, you need to configure the architecture, which I haven't yet figured out. I think that an AS build will build everything for you, including the GStreamer native C libraries. You also need to download the GStreamer for Android files (on the GStreamer download page).<br><br></div>Chuck<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jun 15, 2016 at 11:24 AM, de_ninja <span dir="ltr"><<a href="mailto:daniel@gretzke.de" target="_blank">daniel@gretzke.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hey Guys,<br>
<br>
I want to build an Android App with Anroid Studio that implements Gstreamer.<br>
<br>
The SDK Android Tutorials only seem to work with Eclipse.<br>
I want to use Android Studio 2.1 to build the app.<br>
The problem is that the tutorials aren't built to work with 'Gradle'.<br>
Do I have to make a new Gradle.build file or is there an easier way to<br>
implement Gstreamer in Android Stuido?<br>
Maybe there are some Tutorials for Android Studio instead of Eclipse, but I<br>
didn't find one.<br>
I have installed NDK in Android Studio by the way.<br>
<br>
Thanks for any help!<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://gstreamer-devel.966125.n4.nabble.com/Gstreamer-SDK-Android-Tutotrials-with-Android-Studio-tp4678064.html" rel="noreferrer" target="_blank">http://gstreamer-devel.966125.n4.nabble.com/Gstreamer-SDK-Android-Tutotrials-with-Android-Studio-tp4678064.html</a><br>
Sent from the GStreamer-devel mailing list archive at Nabble.com.<br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer" target="_blank">https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
</blockquote></div><br></div>