<div dir="ltr">If the Gstreamer.java is not showing anywhere it might also mean that your not compiling the native code prior to the Java parts. Try running ndk-build from the terminal and see if it's compiling and generating the java file. <div><br></div><div>Cheers</div></div><div class="gmail_extra"><br><div class="gmail_quote">2015-09-15 14:49 GMT+02:00 Sérgio Agostinho <span dir="ltr"><<a href="mailto:sergio.r.agostinho@gmail.com" target="_blank">sergio.r.agostinho@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>Hi Daniel, </div><div><br></div>Can you dump your project folder and file structure and show your Android.mk content?<div><br></div><div>Kind regards, </div><div>Sérgio</div></div><div class="gmail_extra"><br><div class="gmail_quote"><div><div class="h5">2015-09-15 11:08 GMT+02:00 Daniel Marfil <span dir="ltr"><<a href="mailto:danimarfil0@gmail.com" target="_blank">danimarfil0@gmail.com</a>></span>:<br></div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5"><div style="word-wrap:break-word"><p style="margin:0px 0px 1em;padding:0px;border:0px;font-size:15px;clear:both;color:rgb(34,34,34);font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;line-height:19.5px;background-color:rgb(255,255,255)">Hi everyone,</p><div><p style="margin:0px 0px 15px;font-size:15px;font-family:'Helvetica Neue';color:rgb(11,101,165)"><span style="color:rgb(35,35,35)">I am trying to run up-to-date 'GStreamer 1.0' tutorials (<a href="http://cgit.freedesktop.org/~slomo/gst-sdk-tutorials/tree/gst-sdk/tutorials" target="_blank"><span style="color:rgb(11,101,165)">http://cgit.freedesktop.org/~slomo/gst-sdk-tutorials/tree/gst-sdk/tutorials</span></a>).</span></p><p style="margin:0px 0px 15px;font-size:15px;font-family:'Helvetica Neue';color:rgb(35,35,35)">I have already installed GStreamer 1.4.4 for OS X (<a href="http://gstreamer.freedesktop.org/data/pkg/osx/1.4.4/" target="_blank"><span style="color:rgb(11,101,165)">http://gstreamer.freedesktop.org/data/pkg/osx/1.4.4/</span></a>), and I am already using successfully the Android NDK.</p><p style="margin:0px 0px 15px;font-size:15px;font-family:'Helvetica Neue';color:rgb(35,35,35)">But when I try to build any of the applications from the tutorials I get the next error:</p><div style="margin:0px;font-size:15px;font-family:'Helvetica Neue';color:rgb(35,35,35)"><span style="background-color:rgb(255,249,227)">Error:(20, 33) error: package org.freedesktop.gstreamer does not exist</span></div><p style="margin:0px 0px 15px;font-size:15px;font-family:'Helvetica Neue';color:rgb(35,35,35)">This is happening because it is not resolving this import statement:</p><div style="margin:0px;font-size:15px;font-family:'Helvetica Neue';color:rgb(35,35,35)"><span style="background-color:rgb(255,249,227)">import org.freedesktop.gstreamer.GStreamer;</span></div><p style="margin:0px 0px 15px;font-size:15px;font-family:'Helvetica Neue';color:rgb(35,35,35)">I have read that this is because while building, it should make a new folder with GStreamer files, but that's not happening and I have no idea why. I have already read many solutions but none is working to me.</p><p style="margin:0px 0px 15px;font-size:15px;font-family:'Helvetica Neue';color:rgb(35,35,35)">My NDK version is r10e, my Gradle version is 2.2.1 and its plugin is 1.3.0. I am also using on gradle.properties the instruction:</p><div style="margin:0px;font-size:15px;font-family:'Helvetica Neue';color:rgb(35,35,35)"><span style="background-color:rgb(255,249,227)">android.useDeprecatedNdk=true</span></div><div style="margin:0px;font-size:15px;font-family:'Helvetica Neue';color:rgb(35,35,35)"><span style="background-color:rgb(255,249,227)"><br></span></div><p style="margin:0px 0px 15px;font-size:15px;font-family:'Helvetica Neue';color:rgb(35,35,35)">I have set a path variable to the GStreamer SDK, on AndroidStudio -> Preferences->Build, Execution, Deployment->Path Variables:</p><div style="margin:0px;font-size:15px;font-family:'Helvetica Neue';color:rgb(35,35,35)"><span style="background-color:rgb(255,249,227)">GSTREAMER_ROOT_ANDROID = /Volumes/HDD/Gstreamer/gst-sdk-debug-arm GSTREAMER_SDK_ROOT_ANDROID = /Volumes/HDD/Gstreamer/gst-sdk-debug-arm</span></div><div style="margin:0px;font-size:15px;font-family:'Helvetica Neue';color:rgb(35,35,35);min-height:17px"><br></div><p style="margin:0px 0px 15px;font-size:15px;font-family:'Helvetica Neue';color:rgb(35,35,35)">Thank you very much for your help</p><p style="margin:0px 0px 15px;font-size:15px;font-family:'Helvetica Neue';color:rgb(35,35,35)">Dani</p></div></div><br></div></div>_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org" target="_blank">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>
<br></blockquote></div><br></div>
</blockquote></div><br></div>