<div dir="ltr"><div><div>I can't seem to get off of the ground with this. I have 2 problems, which are probably really only 1. Where to define the GStreamer root and where to define the target architecture. The app build.gradle checks project.ext.hasProperty, so I defined gstAndroidRoot in the project build.gradle under allprojects, project.ext {. I also tried defining gstRoot and gstAndroidRoot in ~/.gradle/gradle.properties. I also defined TARGET_ARCH_ABI there. Neither has any effect. I get 4 errors that the build can't find /home/.../cerbero/dist/android_arm/..., which I would expect from looking at the app build.gradle when the gstAndroidRoot is not defined in the project extensions. Then finally I get 'Target arch ABI not supported', the error msg from line 23 in the Android.mk file. Yes, I did sync after making the changes and before the build. Where should I define these?<br><br></div>Thank you in advance,<br></div>Chuck<br></div>