Updated android studio and got fail with Gstreamer build
valerik931
valerik931 at gmail.com
Mon Dec 4 11:56:59 UTC 2017
Yes!
This helped me. Thank you!
In module build.gradle file I added your code:
android {
defaultConfig {
externalNativeBuild {
ndkBuild {
targets "native_test"
abiFilters 'arm64-v8a'
}
}
}
}
And it works fine. With previous android gradle plugin worked well without
targets field.
--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
More information about the gstreamer-devel
mailing list