<div dir="ltr">I'm more inclined to assume that it's some configuration issue with Android Studio, given that it's failing on <span style="font-family:Menlo;font-size:11px">:androidtutorial1:</span><span style="font-family:Menlo;font-size:11px">compileDebugNdk,</span>reporting it doesn't find the header file.<div><br></div><div>Remember that you already already compiled your native code successfully before, using ndk-build from the command line. </div><div><br></div><div>Cheers</div></div><div class="gmail_extra"><br><div class="gmail_quote">2015-09-16 20:13 GMT+02:00 Daniel Marfil <span dir="ltr"><<a href="mailto:danimarfil0@gmail.com" target="_blank">danimarfil0@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word">You are right, now it is copied on the correct folders and it is shown on the IDE.<div>The problem I get now is that gst/gst.h is not found when building the project:</div><div><br></div><div><div><font face="Menlo" style="font-size:11px">Executing tasks: [clean, :androidtutorial1:compileDebugSources, :androidtutorial1:compileDebugAndroidTestSources]</font></div><div><font face="Menlo" style="font-size:11px"><br></font></div><div><font face="Menlo" style="font-size:11px">Configuration on demand is an incubating feature.</font></div><div><font face="Menlo" style="font-size:11px">:androidtutorial1:clean</font></div><div><font face="Menlo" style="font-size:11px">:androidtutorial1:preBuild UP-TO-DATE</font></div><div><font face="Menlo" style="font-size:11px">:androidtutorial1:preDebugBuild UP-TO-DATE</font></div><div><font face="Menlo" style="font-size:11px">:androidtutorial1:checkDebugManifest</font></div><div><font face="Menlo" style="font-size:11px">:androidtutorial1:prepareDebugDependencies</font></div><div><font face="Menlo" style="font-size:11px">:androidtutorial1:compileDebugAidl</font></div><div><font face="Menlo" style="font-size:11px">:androidtutorial1:compileDebugRenderscript</font></div><div><font face="Menlo" style="font-size:11px">:androidtutorial1:generateDebugBuildConfig</font></div><div><font face="Menlo" style="font-size:11px">:androidtutorial1:generateDebugAssets UP-TO-DATE</font></div><div><font face="Menlo" style="font-size:11px">:androidtutorial1:mergeDebugAssets</font></div><div><font face="Menlo" style="font-size:11px">:androidtutorial1:generateDebugResValues UP-TO-DATE</font></div><div><font face="Menlo" style="font-size:11px">:androidtutorial1:generateDebugResources</font></div><div><font face="Menlo" style="font-size:11px">:androidtutorial1:mergeDebugResources</font></div><div><font face="Menlo" style="font-size:11px">:androidtutorial1:processDebugManifest</font></div><div><font face="Menlo" style="font-size:11px">:androidtutorial1:processDebugResources</font></div><div><font face="Menlo" style="font-size:11px">:androidtutorial1:generateDebugSources</font></div><div><font face="Menlo" style="font-size:11px">:androidtutorial1:processDebugJavaRes UP-TO-DATE</font></div><div><font face="Menlo" style="font-size:11px">:androidtutorial1:compileDebugJavaWithJavac</font></div><div><font face="Menlo" style="font-size:11px">:androidtutorial1:compileDebugNdk</font></div><div><font face="Menlo" style="font-size:11px">AGPBI: {"kind":"error","text":"gst/gst.h: No such file or directory","sources":[{"file":"/Users/dani/AndroidstudioProjects/GStreamer/android-tutorial-1/androidtutorial1/src/main/jni/tutorial-1.c","position":{"startLine":3,"startColumn":20}}]}</font></div><div><font face="Menlo" style="font-size:11px">AGPBI: {"kind":"simple","text":"compilation terminated.","sources":[{}]}</font></div><div><font face="Menlo" style="font-size:11px">AGPBI: {"kind":"simple","text":"make: *** [/Users/dani/AndroidstudioProjects/GStreamer/android-tutorial-1/androidtutorial1/build/intermediates/ndk/debug/obj/local/arm64-v8a/objs/tutorial-1//Users/dani/AndroidstudioProjects/GStreamer/android-tutorial-1/androidtutorial1/src/main/jni/tutorial-1.o] Error 1","sources":[{}]}</font></div><div><font face="Menlo" style="font-size:11px"><br></font></div><div><font face="Menlo" style="font-size:11px"><br></font></div><div><font face="Menlo" style="font-size:11px"> FAILED</font></div><div><font face="Menlo" style="font-size:11px"><br></font></div><div><font face="Menlo" style="font-size:11px">FAILURE: Build failed with an exception.</font></div><div><font face="Menlo" style="font-size:11px"><br></font></div><div><font face="Menlo" style="font-size:11px">* What went wrong:</font></div><div><font face="Menlo" style="font-size:11px">Execution failed for task ':androidtutorial1:compileDebugNdk'.</font></div><div><font face="Menlo" style="font-size:11px">> com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process 'command '/Users/dani/Library/Android/sdk/ndk-bundle/ndk-build'' finished with non-zero exit value 2</font></div><div><font face="Menlo" style="font-size:11px"><br></font></div><div><font face="Menlo" style="font-size:11px">* Try:</font></div><div><font face="Menlo" style="font-size:11px">Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.</font></div><div><font face="Menlo" style="font-size:11px"><br></font></div><div><font face="Menlo" style="font-size:11px">BUILD FAILED</font></div><div><font face="Menlo" style="font-size:11px"><br></font></div><div><font face="Menlo" style="font-size:11px">Total time: 24.477 secs</font></div></div><div><br></div><div>So I suppose that my GStreamer-1.0 installation is not correct. </div><div>In order to have it my next step is installing the gstreamer source code via cerbero following this link:</div><div><br></div><div><a href="http://luisbg.blogalia.com/historias/74916" target="_blank">http://luisbg.blogalia.com/historias/74916</a></div><div><br></div><div>But changing 1.4.3 for 1.4.4 on the code. At this moment I am stuck on the instruction:</div><div><br></div><div><font face="Menlo"><span style="font-size:11px">$./cerbero-uninstalled bootstrap</span></font></div><div><font face="Menlo"><span style="font-size:11px"><br></span></font></div><div>Where I get the next return:</div><div><br></div><div><div style="margin:0px;font-size:11px;font-family:Menlo">[(16/18) intltool -> configure ]</div><div style="margin:0px;font-size:11px;font-family:Menlo">checking for a BSD-compatible install... /usr/bin/install -c</div><div style="margin:0px;font-size:11px;font-family:Menlo">checking whether build environment is sane... yes</div><div style="margin:0px;font-size:11px;font-family:Menlo">checking for gawk... no</div><div style="margin:0px;font-size:11px;font-family:Menlo">checking for mawk... no</div><div style="margin:0px;font-size:11px;font-family:Menlo">checking for nawk... no</div><div style="margin:0px;font-size:11px;font-family:Menlo">checking for awk... awk</div><div style="margin:0px;font-size:11px;font-family:Menlo">checking whether make sets $(MAKE)... yes</div><div style="margin:0px;font-size:11px;font-family:Menlo">checking for perl... /opt/local/bin/perl</div><div style="margin:0px;font-size:11px;font-family:Menlo">checking for perl >= 5.8.1... 5.16.3</div><div style="margin:0px;font-size:11px;font-family:Menlo">checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool</div><div style="margin:0px;font-size:11px;font-family:Menlo">Running command './configure --prefix /Users/dani/cerbero/build-tools --libdir /Users/dani/cerbero/build-tools/lib  --disable-maintainer-mode  --disable-silent-rules  --enable-introspection  --build=x86_64-apple-darwinx'</div><div style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br></div><div style="margin:0px;font-size:11px;font-family:Menlo">Recipe 'intltool' failed at the build step 'configure'</div><div style="margin:0px;font-size:11px;font-family:Menlo">Select an action to proceed:</div><div style="margin:0px;font-size:11px;font-family:Menlo">[0] Enter the shell</div><div style="margin:0px;font-size:11px;font-family:Menlo">[1] Rebuild the recipe from scratch</div><div style="margin:0px;font-size:11px;font-family:Menlo">[2] Rebuild starting from the failed step</div><div style="margin:0px;font-size:11px;font-family:Menlo">[3] Skip recipe</div><div style="margin:0px;font-size:11px;font-family:Menlo">[4] Abort</div></div><div><br></div><div>By selecting option [0] and copy/pasting:</div><div><br></div><div><span style="font-family:Menlo;font-size:11px">./configure --prefix /Users/dani/cerbero/build-tools --libdir /Users/dani/cerbero/build-tools/lib</span><span style="font-family:Menlo;font-size:11px">  </span><span style="font-family:Menlo;font-size:11px">--disable-maintainer-mode</span><span style="font-family:Menlo;font-size:11px">  </span><span style="font-family:Menlo;font-size:11px">--disable-silent-rules</span><span style="font-family:Menlo;font-size:11px">  </span><span style="font-family:Menlo;font-size:11px">--enable-introspection</span><span style="font-family:Menlo;font-size:11px">  </span><span style="font-family:Menlo;font-size:11px">--build=x86_64-apple-darwinx</span></div><div><span style="font-family:Menlo;font-size:11px"><br></span></div><div>I get the same error (obvious).</div><div><br></div><div>So I have checked if I have XML::Parser perl module installed and it actually is:</div><div><br></div><div><div style="margin:0px;font-size:11px;font-family:Menlo"><span style="text-decoration:underline">cpan[1]> </span><b>install XML::Parser</b></div><div style="margin:0px;font-size:11px;font-family:Menlo">Reading '/Users/dani/.cpan/Metadata'</div><div style="margin:0px;font-size:11px;font-family:Menlo">  Database was generated on Wed, 16 Sep 2015 16:41:02 GMT</div><div style="margin:0px;font-size:11px;font-family:Menlo">XML::Parser is up to date (2.44).</div></div><div><br></div><div>Thanks for your help!</div><div><br></div><div>Regards, </div><div><br></div><div>Dani</div><div><div class="h5"><div><br><div><div><div><blockquote type="cite"><div>El 16/9/2015, a las 16:08, Sérgio Agostinho <<a href="mailto:sergio.r.agostinho@gmail.com" target="_blank">sergio.r.agostinho@gmail.com</a>> escribió:</div><br><div><div dir="ltr"><div>I think the issue is Gstreamer.java is going to the wrong place. I checked out your repo and tried </div><div><br></div>You're running ndk from <div>/android-tutorial-1/androidtutorial1/src/main</div><div><br></div><div>Small disclaimer, I don't run 'android update project ...' before ndk-build, I simply specify the platform on ndk-build like this</div><div>ndk-build APP_PLATFORM=14<br></div><div><br></div><div>Gstreamer.java is going to </div><div>/android-tutorial-1/androidtutorial1/src/main/src/org/freedesktop/gstreamer<br></div><div><br></div><div>instead of </div><div>/android-tutorial-1/androidtutorial1/src/main/java/org/freedesktop/gstreamer<br></div><div><br></div><div><br></div><div>To correct this, add the following to the Android.mk, after you set the Gstreamer root folder.</div><div>GSTREAMER_JAVA_SRC_DIR := java<br></div><div><br></div><div>Try this and let me know. </div></div><div class="gmail_extra"><br><div class="gmail_quote">2015-09-16 9:54 GMT+02:00 Daniel Marfil <span dir="ltr"><<a href="mailto:danimarfil0@gmail.com" target="_blank">danimarfil0@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word">FYI when trying to build it from terminal with:<div><br><div><font face="Menlo"><span style="font-size:11px">$chmod +x gradlew</span></font></div><div><font face="Menlo"><span style="font-size:11px">$./gradlew assembleDebug</span></font></div><div><font face="Menlo"><span style="font-size:11px"><br></span></font></div><div>I am getting the same error as in Android Studio.</div><div><br></div><div>Regards, </div><div><br></div><div>Dani</div><div><br><div><blockquote type="cite"><span><div>El 16/9/2015, a las 2:59, Justin Kim <<a href="mailto:justin.joy.9to5@gmail.com" target="_blank">justin.joy.9to5@gmail.com</a>> escribió:</div><br></span><div><div><div><div style="word-wrap:break-word">Hello,<div><br></div><div>I’m not sure which version of cerbero you are using,</div><div>but I’ve seen ndk-build error like you when I used older version of cerebro.</div><div><br></div><div>Please, refer to this issue. your problem might be related to HOST_SED problem with ndk r10e.</div><div><br></div><div><a href="https://bugzilla.gnome.org/show_bug.cgi?id=750162" target="_blank">https://bugzilla.gnome.org/show_bug.cgi?id=750162</a></div><div><br></div><div>Best regards.</div><div>Justin</div><div><br></div><div><div><div><blockquote type="cite"><div>On Sep 16, 2015, at 3:09 AM, Daniel Marfil <<a href="mailto:danimarfil0@gmail.com" target="_blank">danimarfil0@gmail.com</a>> wrote:</div><br><div><div style="word-wrap:break-word">I have made some changes, <div>I have run this commands on the terminal: </div><div><br><table border="0" cellpadding="0" cellspacing="0" style="font-size:12.0333px;color:rgb(51,51,51);clear:left;width:871px;line-height:1.2em!important;border:0px!important;margin:0px!important;padding:0px!important;border-top-left-radius:0px!important;border-top-right-radius:0px!important;border-bottom-right-radius:0px!important;border-bottom-left-radius:0px!important;float:none!important;height:auto!important;outline:0px!important;overflow:visible!important;vertical-align:baseline!important;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace!important;background-image:none!important;background-repeat:initial initial!important"><tbody style="border-top-left-radius:0px!important;border-top-right-radius:0px!important;border-bottom-right-radius:0px!important;border-bottom-left-radius:0px!important;border:0px!important;float:none!important;height:auto!important;line-height:1.2em!important;margin:0px!important;outline:0px!important;overflow:visible!important;padding:0px!important;vertical-align:baseline!important;width:auto!important;font-size:1em!important;background-image:none!important;background-repeat:initial initial!important"><tr style="font-size:1em!important;line-height:1.2em!important;border-top-left-radius:0px!important;border-top-right-radius:0px!important;border-bottom-right-radius:0px!important;border-bottom-left-radius:0px!important;border:0px!important;float:none!important;height:auto!important;margin:0px!important;outline:0px!important;overflow:visible!important;padding:0px!important;vertical-align:baseline!important;width:auto!important;background-image:none!important;background-repeat:initial initial!important"><td style="width:871px;background-color:rgb(255,255,255);margin:0px!important;padding:0px!important;vertical-align:baseline!important;border:0px dashed!important;overflow:visible!important;border-top-left-radius:0px!important;border-top-right-radius:0px!important;border-bottom-right-radius:0px!important;border-bottom-left-radius:0px!important;float:none!important;height:auto!important;outline:0px!important;background-image:none!important"><div title="Hint: double-click to select code" style="border-top-left-radius:0px!important;border-top-right-radius:0px!important;border-bottom-right-radius:0px!important;border-bottom-left-radius:0px!important;border:0px!important;float:none!important;min-height:auto!important;margin:0px!important;outline:0px!important;overflow:visible!important;padding:0px 0px 0px 0em!important;vertical-align:baseline!important;width:auto!important;background-image:none!important"><div style="font-size:1em!important;line-height:1.2em!important;white-space:pre-wrap!important;border-top-left-radius:0px!important;border-top-right-radius:0px!important;border-bottom-right-radius:0px!important;border-bottom-left-radius:0px!important;border:0px!important;float:none!important;min-height:auto!important;margin:0px!important;outline:0px!important;overflow:visible!important;padding:0px 1em 0px 0em!important;vertical-align:baseline!important;width:auto!important;background-image:none!important"><code style="border-top-left-radius:0px!important;border-top-right-radius:0px!important;border-bottom-right-radius:0px!important;border-bottom-left-radius:0px!important;border:0px!important;float:none!important;min-height:auto!important;line-height:1.2em!important;margin:0px!important;outline:0px!important;overflow:visible!important;padding:0px!important;vertical-align:baseline!important;width:auto!important;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace!important;font-size:1em!important;background-image:none!important">$android update project -p . -s --target 9</code></div><div style="font-size:1em!important;line-height:1.2em!important;white-space:pre-wrap!important;border-top-left-radius:0px!important;border-top-right-radius:0px!important;border-bottom-right-radius:0px!important;border-bottom-left-radius:0px!important;border:0px!important;float:none!important;min-height:auto!important;margin:0px!important;outline:0px!important;overflow:visible!important;padding:0px 1em 0px 0em!important;vertical-align:baseline!important;width:auto!important;background-image:none!important"><code style="border-top-left-radius:0px!important;border-top-right-radius:0px!important;border-bottom-right-radius:0px!important;border-bottom-left-radius:0px!important;border:0px!important;float:none!important;min-height:auto!important;line-height:1.2em!important;margin:0px!important;outline:0px!important;overflow:visible!important;padding:0px!important;vertical-align:baseline!important;width:auto!important;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace!important;font-size:1em!important;background-image:none!important"><span style="font-size:12.0333px;line-height:14.44px">$ndk-build</span></code></div><div style="font-size:1em!important;line-height:1.2em!important;white-space:pre-wrap!important;border-top-left-radius:0px!important;border-top-right-radius:0px!important;border-bottom-right-radius:0px!important;border-bottom-left-radius:0px!important;border:0px!important;float:none!important;min-height:auto!important;margin:0px!important;outline:0px!important;overflow:visible!important;padding:0px 1em 0px 0em!important;vertical-align:baseline!important;width:auto!important;background-image:none!important"><code style="border-top-left-radius:0px!important;border-top-right-radius:0px!important;border-bottom-right-radius:0px!important;border-bottom-left-radius:0px!important;border:0px!important;float:none!important;min-height:auto!important;line-height:1.2em!important;margin:0px!important;outline:0px!important;overflow:visible!important;padding:0px!important;vertical-align:baseline!important;width:auto!important;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace!important;font-size:1em!important;background-image:none!important"><span style="font-size:12.0333px;line-height:14.44px"><br></span></code></div><div style="border-top-left-radius:0px!important;border-top-right-radius:0px!important;border-bottom-right-radius:0px!important;border-bottom-left-radius:0px!important;border:0px!important;float:none!important;min-height:auto!important;margin:0px!important;outline:0px!important;overflow:visible!important;padding:0px 1em 0px 0em!important;vertical-align:baseline!important;width:auto!important;background-image:none!important"><code style="border-top-left-radius:0px!important;border-top-right-radius:0px!important;border-bottom-right-radius:0px!important;border-bottom-left-radius:0px!important;border:0px!important;float:none!important;min-height:auto!important;margin:0px!important;outline:0px!important;overflow:visible!important;padding:0px!important;vertical-align:baseline!important;width:auto!important;background-image:none!important"><span><font face="Helvetica"><font><span style="font-size:1em!important;line-height:1.2em!important;white-space:pre-wrap!important">And now this is the return I get from n</span></font><font><span style="line-height:normal">dk-build</span></font><font><span style="font-size:1em!important;line-height:1.2em!important;white-space:pre-wrap!important">:</span></font></font></span></code></div><div style="border-top-left-radius:0px!important;border-top-right-radius:0px!important;border-bottom-right-radius:0px!important;border-bottom-left-radius:0px!important;border:0px!important;float:none!important;min-height:auto!important;margin:0px!important;outline:0px!important;overflow:visible!important;padding:0px 1em 0px 0em!important;vertical-align:baseline!important;width:auto!important;background-image:none!important"><code style="border-top-left-radius:0px!important;border-top-right-radius:0px!important;border-bottom-right-radius:0px!important;border-bottom-left-radius:0px!important;border:0px!important;float:none!important;min-height:auto!important;margin:0px!important;outline:0px!important;overflow:visible!important;padding:0px!important;vertical-align:baseline!important;width:auto!important;background-image:none!important"><span><font face="Consolas, Bitstream Vera Sans Mono, Courier New, Courier, monospace"><span style="font-size:1em!important;line-height:1.2em!important;white-space:pre-wrap!important"><br></span></font></span></code></div><div style="border-top-left-radius:0px!important;border-top-right-radius:0px!important;border-bottom-right-radius:0px!important;border-bottom-left-radius:0px!important;border:0px!important;float:none!important;min-height:auto!important;margin:0px!important;outline:0px!important;overflow:visible!important;padding:0px 1em 0px 0em!important;vertical-align:baseline!important;width:auto!important;background-image:none!important"><code style="border-top-left-radius:0px!important;border-top-right-radius:0px!important;border-bottom-right-radius:0px!important;border-bottom-left-radius:0px!important;border:0px!important;float:none!important;min-height:auto!important;margin:0px!important;outline:0px!important;overflow:visible!important;padding:0px!important;vertical-align:baseline!important;width:auto!important;background-image:none!important"><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">Android NDK: WARNING: APP_PLATFORM android-14 is larger than android:minSdkVersion 9 in ./AndroidManifest.xml    </div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">make: -n: Command not found</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">/bin/sh: - : invalid option</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">Usage:<span style="white-space:pre-wrap">       </span>/bin/sh [GNU long option] [option] ...</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="white-space:pre-wrap">  </span>/bin/sh [GNU long option] [option] script-file ...</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">GNU long options:</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="white-space:pre-wrap">     </span>--debug</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="white-space:pre-wrap"> </span>--debugger</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="white-space:pre-wrap">      </span>--dump-po-strings</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="white-space:pre-wrap">       </span>--dump-strings</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="white-space:pre-wrap">  </span>--help</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="white-space:pre-wrap">  </span>--init-file</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="white-space:pre-wrap">     </span>--login</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="white-space:pre-wrap"> </span>--noediting</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="white-space:pre-wrap">     </span>--noprofile</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="white-space:pre-wrap">     </span>--norc</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="white-space:pre-wrap">  </span>--posix</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="white-space:pre-wrap"> </span>--protected</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="white-space:pre-wrap">     </span>--rcfile</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="white-space:pre-wrap">        </span>--restricted</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="white-space:pre-wrap">    </span>--verbose</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="white-space:pre-wrap">       </span>--version</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="white-space:pre-wrap">       </span>--wordexp</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">Shell options:</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="white-space:pre-wrap"> </span>-irsD or -c command or -O shopt_option<span style="white-space:pre-wrap">          </span>(invocation only)</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="white-space:pre-wrap">       </span>-abefhkmnptuvxBCHP or -o option</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">/bin/sh: - : invalid option</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">Usage:<span style="white-space:pre-wrap">        </span>/bin/sh [GNU long option] [option] ...</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="white-space:pre-wrap">  </span>/bin/sh [GNU long option] [option] script-file ...</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">GNU long options:</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="white-space:pre-wrap">     </span>--debug</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="white-space:pre-wrap"> </span>--debugger</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="white-space:pre-wrap">      </span>--dump-po-strings</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="white-space:pre-wrap">       </span>--dump-strings</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="white-space:pre-wrap">  </span>--help</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="white-space:pre-wrap">  </span>--init-file</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="white-space:pre-wrap">     </span>--login</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="white-space:pre-wrap"> </span>--noediting</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="white-space:pre-wrap">     </span>--noprofile</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="white-space:pre-wrap">     </span>--norc</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="white-space:pre-wrap">  </span>--posix</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="white-space:pre-wrap"> </span>--protected</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="white-space:pre-wrap">     </span>--rcfile</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="white-space:pre-wrap">        </span>--restricted</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="white-space:pre-wrap">    </span>--verbose</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="white-space:pre-wrap">       </span>--version</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="white-space:pre-wrap">       </span>--wordexp</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">Shell options:</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="white-space:pre-wrap"> </span>-irsD or -c command or -O shopt_option<span style="white-space:pre-wrap">          </span>(invocation only)</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="white-space:pre-wrap">       </span>-abefhkmnptuvxBCHP or -o option</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">/bin/sh: - : invalid option</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">Usage:<span style="white-space:pre-wrap">        </span>/bin/sh [GNU long option] [option] ...</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="white-space:pre-wrap">  </span>/bin/sh [GNU long option] [option] script-file ...</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">GNU long options:</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="white-space:pre-wrap">     </span>--debug</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="white-space:pre-wrap"> </span>--debugger</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="white-space:pre-wrap">      </span>--dump-po-strings</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="white-space:pre-wrap">       </span>--dump-strings</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="white-space:pre-wrap">  </span>--help</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="white-space:pre-wrap">  </span>--init-file</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="white-space:pre-wrap">     </span>--login</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="white-space:pre-wrap"> </span>--noediting</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="white-space:pre-wrap">     </span>--noprofile</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="white-space:pre-wrap">     </span>--norc</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="white-space:pre-wrap">  </span>--posix</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="white-space:pre-wrap"> </span>--protected</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="white-space:pre-wrap">     </span>--rcfile</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="white-space:pre-wrap">        </span>--restricted</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="white-space:pre-wrap">    </span>--verbose</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="white-space:pre-wrap">       </span>--version</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="white-space:pre-wrap">       </span>--wordexp</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">Shell options:</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="white-space:pre-wrap"> </span>-irsD or -c command or -O shopt_option<span style="white-space:pre-wrap">          </span>(invocation only)</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="white-space:pre-wrap">       </span>-abefhkmnptuvxBCHP or -o option</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">/bin/sh: - : invalid option</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">Usage:<span style="white-space:pre-wrap">        </span>/bin/sh [GNU long option] [option] ...</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="white-space:pre-wrap">  </span>/bin/sh [GNU long option] [option] script-file ...</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">GNU long options:</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="white-space:pre-wrap">     </span>--debug</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="white-space:pre-wrap"> </span>--debugger</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="white-space:pre-wrap">      </span>--dump-po-strings</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="white-space:pre-wrap">       </span>--dump-strings</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="white-space:pre-wrap">  </span>--help</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="white-space:pre-wrap">  </span>--init-file</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="white-space:pre-wrap">     </span>--login</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="white-space:pre-wrap"> </span>--noediting</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="white-space:pre-wrap">     </span>--noprofile</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="white-space:pre-wrap">     </span>--norc</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="white-space:pre-wrap">  </span>--posix</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="white-space:pre-wrap"> </span>--protected</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="white-space:pre-wrap">     </span>--rcfile</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="white-space:pre-wrap">        </span>--restricted</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="white-space:pre-wrap">    </span>--verbose</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="white-space:pre-wrap">       </span>--version</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="white-space:pre-wrap">       </span>--wordexp</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">Shell options:</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="white-space:pre-wrap"> </span>-irsD or -c command or -O shopt_option<span style="white-space:pre-wrap">          </span>(invocation only)</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="white-space:pre-wrap">       </span>-abefhkmnptuvxBCHP or -o option</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">/bin/sh: - : invalid option</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">Usage:<span style="white-space:pre-wrap">        </span>/bin/sh [GNU long option] [option] ...</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="white-space:pre-wrap">  </span>/bin/sh [GNU long option] [option] script-file ...</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">GNU long options:</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="white-space:pre-wrap">     </span>--debug</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="white-space:pre-wrap"> </span>--debugger</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="white-space:pre-wrap">      </span>--dump-po-strings</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="white-space:pre-wrap">       </span>--dump-strings</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="white-space:pre-wrap">  </span>--help</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="white-space:pre-wrap">  </span>--init-file</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="white-space:pre-wrap">     </span>--login</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="white-space:pre-wrap"> </span>--noediting</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="white-space:pre-wrap">     </span>--noprofile</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="white-space:pre-wrap">     </span>--norc</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="white-space:pre-wrap">  </span>--posix</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="white-space:pre-wrap"> </span>--protected</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="white-space:pre-wrap">     </span>--rcfile</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="white-space:pre-wrap">        </span>--restricted</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="white-space:pre-wrap">    </span>--verbose</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="white-space:pre-wrap">       </span>--version</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="white-space:pre-wrap">       </span>--wordexp</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">Shell options:</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="white-space:pre-wrap"> </span>-irsD or -c command or -O shopt_option<span style="white-space:pre-wrap">          </span>(invocation only)</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="white-space:pre-wrap">       </span>-abefhkmnptuvxBCHP or -o option</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">/bin/sh: - : invalid option</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">Usage:<span style="white-space:pre-wrap">        </span>/bin/sh [GNU long option] [option] ...</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="white-space:pre-wrap">  </span>/bin/sh [GNU long option] [option] script-file ...</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">GNU long options:</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="white-space:pre-wrap">     </span>--debug</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="white-space:pre-wrap"> </span>--debugger</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="white-space:pre-wrap">      </span>--dump-po-strings</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="white-space:pre-wrap">       </span>--dump-strings</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="white-space:pre-wrap">  </span>--help</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="white-space:pre-wrap">  </span>--init-file</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="white-space:pre-wrap">     </span>--login</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="white-space:pre-wrap"> </span>--noediting</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="white-space:pre-wrap">     </span>--noprofile</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="white-space:pre-wrap">     </span>--norc</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="white-space:pre-wrap">  </span>--posix</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="white-space:pre-wrap"> </span>--protected</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="white-space:pre-wrap">     </span>--rcfile</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="white-space:pre-wrap">        </span>--restricted</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="white-space:pre-wrap">    </span>--verbose</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="white-space:pre-wrap">       </span>--version</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="white-space:pre-wrap">       </span>--wordexp</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">Shell options:</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="white-space:pre-wrap"> </span>-irsD or -c command or -O shopt_option<span style="white-space:pre-wrap">          </span>(invocation only)</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="white-space:pre-wrap">       </span>-abefhkmnptuvxBCHP or -o option</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">GStreamer      : [GEN] => gst-build-armeabi/gstreamer_android.c</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">/bin/sh: i: command not found</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">make: [genstatic_armeabi] Error 127 (ignored)</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">/bin/sh: i: command not found</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">make: [genstatic_armeabi] Error 127 (ignored)</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">/bin/sh: i: command not found</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">make: [genstatic_armeabi] Error 127 (ignored)</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">/bin/sh: i: command not found</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">make: [genstatic_armeabi] Error 127 (ignored)</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">GStreamer      : [COMPILE] => gst-build-armeabi/gstreamer_android.c</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">gst-build-armeabi/gstreamer_android.c:15:2: error: stray '@' in program</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">  @PLUGINS_DECLARATION@</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">  ^</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">gst-build-armeabi/gstreamer_android.c:15:22: error: stray '@' in program</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">  @PLUGINS_DECLARATION@</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">                      ^</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">gst-build-armeabi/gstreamer_android.c:18:2: error: stray '@' in program</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">  @G_IO_MODULES_DECLARE@</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">  ^</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">gst-build-armeabi/gstreamer_android.c:15:3: error: unknown type name 'PLUGINS_DECLARATION'</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">  @PLUGINS_DECLARATION@</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">   ^</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">gst-build-armeabi/gstreamer_android.c:18:23: error: stray '@' in program</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">  @G_IO_MODULES_DECLARE@</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">                       ^</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">gst-build-armeabi/gstreamer_android.c:21:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'void'</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"> void</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"> ^</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">gst-build-armeabi/gstreamer_android.c:24:2: error: stray '@' in program</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">  @PLUGINS_REGISTRATION@</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">  ^</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">gst-build-armeabi/gstreamer_android.c:24:23: error: stray '@' in program</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">  @PLUGINS_REGISTRATION@</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">                       ^</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">gst-build-armeabi/gstreamer_android.c: In function 'gst_android_load_gio_modules':</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">gst-build-armeabi/gstreamer_android.c:31:2: error: stray '@' in program</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">  @G_IO_MODULES_LOAD@</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">  ^</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">gst-build-armeabi/gstreamer_android.c:31:20: error: stray '@' in program</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">  @G_IO_MODULES_LOAD@</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">                    ^</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">gst-build-armeabi/gstreamer_android.c:31:3: error: 'G_IO_MODULES_LOAD' undeclared (first use in this function)</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">  @G_IO_MODULES_LOAD@</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">   ^</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">gst-build-armeabi/gstreamer_android.c:31:3: note: each undeclared identifier is reported only once for each function it appears in</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">gst-build-armeabi/gstreamer_android.c:32:1: error: expected ';' before '}' token</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"> }</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"> ^</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">gst-build-armeabi/gstreamer_android.c: In function 'gst_android_init':</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">gst-build-armeabi/gstreamer_android.c:437:3: error: implicit declaration of function 'gst_android_register_static_plugins' [-Werror=implicit-function-declaration]</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">   gst_android_register_static_plugins ();</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">   ^</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">cc1: all warnings being treated as errors</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo">make: *** [gst-build-armeabi/gstreamer_android.o] Error 1</div></code></div></div></td></tr></tbody></table><div><br></div></div><div><div><blockquote type="cite"><div>El 15/9/2015, a las 14:54, Sérgio Agostinho <<a href="mailto:sergio.r.agostinho@gmail.com" target="_blank">sergio.r.agostinho@gmail.com</a>> escribió:</div><br><div><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>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><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>
_______________________________________________<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" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br></div></blockquote></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" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br></div></blockquote></div><br></div></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" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br></div></div></div></blockquote></div><br></div></div></div><br>_______________________________________________<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>
_______________________________________________<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" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br></div></blockquote></div><br></div></div></div></div></div></div><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>
<br></blockquote></div><br></div>