Below is the error I have when I run a build script doing downloads of updated SDK and tools(25) manually, since Jenkins build system in our server is yet to be updated with latest SDK and tools, I know it may be happening because build system supports only versions older to GLIBC_2.14.The guys who are incharge of jenkins build server in our company are delaying their update and hence, Any solution other than updating GLIBC_2.14 on server would be great.Below is the Console output from jenkins build.
compileDevDebugAidl/opt/android-sdk-linux/build-tools/25.0.2/aidl:
/lib64/libc.so.6: version `GLIBC_2.14' not found (required by
/opt/android-sdk-linux/build-tools/25.0.2/aidl)
/opt/android-sdk-linux/build-tools/25.0.2/aidl: /lib64/libc.so.6:
version `GLIBC_2.14' not found (required by /opt/android-sdk-
linux/build-tools/25.0.2/lib64/libc++.so)
Execution failed for task ':projectName:compileDevDebugAidl'.
> java.lang.RuntimeException:
com.android.ide.common.process.ProcessException:
org.gradle.process.internal.ExecException: Process 'command
'/opt/android-sdk-linux/build-tools/25.0.2/aidl'' finished with non-
zero exit value 1