Updated android studio and got fail with Gstreamer build

stic at free.fr stic at free.fr
Wed Nov 22 09:05:03 UTC 2017


Hi,

I think you just need to remove the "gstreamer_android" from the externalNativeBuild in your build.gradle and replace it with your local module name:

externalNativeBuild {
    ndkBuild {
        targets "your_local_module_name_here"
    }
}


----- Mail original -----
De: "valerik931" <valerik931 at gmail.com>
À: gstreamer-devel at lists.freedesktop.org
Envoyé: Mercredi 1 Novembre 2017 10:15:37
Objet: Updated android studio and got fail with Gstreamer build

Updated to Android Studio 3.0.0 with new android gradle plugin. While buildin
project got message:

What went wrong: Execution failed for task ':app:externalNativeBuildDebug'.
Expected output file at gst-build-arm64-v8a/libgstreamer_android.so for
target gstreamer_android but there was none

but libgstreamer_android.so library file is already there.

For native code I use ndk-build.

Does anyone have this issue?



--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
_______________________________________________
gstreamer-devel mailing list
gstreamer-devel at lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel


More information about the gstreamer-devel mailing list