local.properties is only read by the Gradle plugin so it's just going to ignore anything it doesn't know about, which is all but sdk.dir and ndk.dir.
I'm not sure how you'd use gstreamer with Gradle, you should look on that project documentation. On Wed, Jul 22, 2015 at 12:50 PM, Diane Cordero < [email protected]> wrote: > I recently upgraded to Android Studio 1.3 in hopes of making the switch > over from Eclipse. I am so close, but gstreamer seems to be having issues. > > In the local.properties file I add > "gst.dir=/home/android-dev/AndroidDev/Installation/gstreamer" and it is > grayed out with the message "Unused property". When I compile, I get a > bunch of "No such file or directory" errors for gst header. I have updated > my gradle files according to > http://tools.android.com/tech-docs/new-build-system/gradle-experimental. > > Anyone else having issues with this? > > -- > You received this message because you are subscribed to the Google Groups > "adt-dev" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- Xavier Ducrohet Android SDK Tech Lead Google Inc. http://developer.android.com | http://tools.android.com Please do not send me questions directly. Thanks! -- You received this message because you are subscribed to the Google Groups "adt-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
