<div dir="ltr">Hi Leonardo, <div><br></div><div>So I downloaded your code, created a new project and imported your 'app' module into it. Then I noticed your Android.mk had these lines</div><div><br></div><div><div><font face="monospace, monospace">ifndef GSTREAMER_SDK_ROOT</font></div><div><font face="monospace, monospace">ifndef GSTREAMER_SDK_ROOT_ANDROID</font></div><div><font face="monospace, monospace">$(error GSTREAMER_SDK_ROOT_ANDROID is not defined!)</font></div><div><font face="monospace, monospace">endif</font></div><div><font face="monospace, monospace">GSTREAMER_SDK_ROOT        := $(GSTREAMER_SDK_ROOT_ANDROID)</font></div><div><font face="monospace, monospace">endif</font></div><div><font face="monospace, monospace">GSTREAMER_NDK_BUILD_PATH  := $(GSTREAMER_SDK_ROOT)/share/gst-android/ndk-build</font></div></div><div><br></div><div>which is strange since the env that 1.4.5 uses is</div><div><br></div><div><font face="monospace, monospace">GSTREAMER_ROOT</font></div><div><br></div><div>So I set the env, added </div><div><br></div><div><font face="monospace, monospace">import org.freedesktop.gstreamer.GStreamer;</font><br></div><div><br></div><div>into your main activity and voilá, the file got copied into the right place and no more complains about the missing Gstreamer class. Then I noticed you had the following file and folder structure (from a previous build I guess)</div><div><br></div><div><font face="monospace, monospace">src/main/src/<b>com/gstreamer/Gstreamer.java</b></font></div><div><br></div><div>My preliminary conclusion is that you are not using 1.4.5 and you're using the android binaries from <a href="http://gstreamer.com">gstreamer.com</a>.</div><div><br></div><div>Cheers, </div><div>Sérgio</div></div><div class="gmail_extra"><br><div class="gmail_quote">2015-04-03 22:45 GMT+02:00 Forzaferrarileo <span dir="ltr"><<a href="mailto:leonardo.ferroro@gmail.com" target="_blank">leonardo.ferroro@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">i tried to add GSTREAMER_JAVA_SRC_DIR := java  , but the result is the same..<br>
I can't figure out the problem ( in eclipse everything works fine )<br>
<br>
I uploaded the whole code here :<br>
<a href="https://bitbucket.org/Forzaferrarileo/gstreamer-androidstudio" target="_blank">https://bitbucket.org/Forzaferrarileo/gstreamer-androidstudio</a><br>
could you please watch it ?<br>
<br>
<br>
Thank you<br>
Leonardo<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://gstreamer-devel.966125.n4.nabble.com/starting-android-development-tp4671223p4671448.html" target="_blank">http://gstreamer-devel.966125.n4.nabble.com/starting-android-development-tp4671223p4671448.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" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
</div></div></blockquote></div><br></div>