Posts

Showing posts with the label Ndk Build

Android Studio ERROR: Executing External Native Build For NdkBuild When Trying To Run Gstreamer Tutorial

Answer : Download the entire gstreamer android studio tutorial directory (https://gitlab.freedesktop.org/gstreamer/gst-docs/) 2)Open Android Studio -> Open an existing Android Studio Project Open the entire android tutorial directory examples/tutorials/android as a project 4)Once the project is open change the view on the left side of the screen to Project Right click near local.properties file -> New -> File Create a new file called gradle.properties In the new gradle.properties file copy and paste the below code. # gstAndroidRoot can be set to point to the unpacked GStreamer android top-level directory # containing each architecture in subdirectories, or else set the GSTREAMER_ROOT_ANDROID # environment variable to that location gstAndroidRoot=/gstreamer_android_binaries NOTE Change the gstAndroidRoot variable to your file path where you downloaded the gstreamer binaries and unzipped them. Gstreamer can be downloaded from here for Android (https://gstr...