When i try compile telegram with android studio 3.2, i get an error: Android NDK: Invalid NDK_TOOLCHAIN_VERSION value: 4.9. GCC is no longer supported. I know, what from ver
So,
Remove the NDK_TOOLCHAIN_VERSION line (or set it to clang) to build with clang.
is the fix.