<div dir="ltr"><div>I had a similar very difficult time getting started with GStreamer/Android development. I just scanned the original email and the response, so I didn't respond last night from home. I have a 'recipe' for making Android projects using GStreamer that I will post tonight. However, I will summarize here. I have only used Android Studio 1.2.2, not 1.3 yet. According to everything I have read, 1.2.2 fully supports JNI (according to several blog posts) yet it doesn't support it at all (according to google). If that doesn't make any sense, welcome to Android development. Version 1.3 *MAY* provide better support, but don't count on it. Basically you need a specific project file (can't remember the name or contents) with some definitions with paths to the GStreamer libraries. You run the ndk-build from Android Studio to build the project GStreamer libraries. It copies everything to the right places, then you have to make some very minor edits to complete the process, some required for JNI development. Sebastian Droge has ported the GStreamer SDK examples (not part of GStreamer - go figure) to work with 1.4.5 and the GStreamer/Android binaries.<br><br>Here is a link to provide some info.<br><a href="http://stackoverflow.com/questions/5568742/gstreamer-on-android">http://stackoverflow.com/questions/5568742/gstreamer-on-android</a><br><br></div><div>Here is a link to a copy of tutorial 5. It seems to have most of the info. This may help to give you an idea of how to proceed.<br><a href="https://github.com/jaroslavas/Gstreamer-Android-example">https://github.com/jaroslavas/Gstreamer-Android-example</a><br></div><div><br></div>Tonight when I post complete/detailed instructions, I will also post the link to Sebastian's examples.<br><div><div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Aug 11, 2015 at 7:08 AM, JoaoMeneses <span dir="ltr"><<a href="mailto:joao.meneses@codi.pt" target="_blank">joao.meneses@codi.pt</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Thanks for your reply,<br>
<br>
I have downloaded all binaries for Android (gStreamer 1.5.2), and inside I<br>
have four folders (etc, include, lib, share), the share folder contains<br>
build-ndk, but I really don't know what to do with this folder structure.<br>
<br>
I started following your advice and read the article till the end, but I<br>
can't find Android.mk and Application.mk to move them to jni folder. I only<br>
see <a href="http://gstreamer-1.0.mk" rel="noreferrer" target="_blank">gstreamer-1.0.mk</a> and GStreamer.java.<br>
<br>
This maybe silly questions, but I really don't know what to do, in the end I<br>
promisse to build a simple up and running tutorial for Android Studio and<br>
share it online.<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://gstreamer-devel.966125.n4.nabble.com/gStreamer-on-Android-Studio-1-3-tp4673084p4673095.html" rel="noreferrer" target="_blank">http://gstreamer-devel.966125.n4.nabble.com/gStreamer-on-Android-Studio-1-3-tp4673084p4673095.html</a><br>
<div class="HOEnZb"><div class="h5">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="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br><br>
</div></div></div></div>