Unable to build GStreamer tutorials using Android Studio
问题 I am trying to build the tutorials that are bundled with gstreamer-sdk-android-arm-debug-2013.6 . The Android.mk file in the src/jni directory (tutorial 1 project) references environment variables such as GSTREAMER_SDK_ROOT . From what I have read, Android Studio does not use/pass environment variables to the build scripts. Is there a best practice for modifying makefiles and for defining/retrieving the key/value pairs required by the build scripts? 回答1: Ok, I have a working solution. You CAN