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
The issues are pretty straightforward to fix: https://github.com/DrKLO/Telegram/pull/1483
So,
Remove the NDK_TOOLCHAIN_VERSION line (or set it to clang) to build with clang.
is the fix.