telegram not compile with ndk 18

后端 未结 2 953
忘掉有多难
忘掉有多难 2021-01-22 09:00

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

相关标签:
2条回答
  • 2021-01-22 09:12

    The issues are pretty straightforward to fix: https://github.com/DrKLO/Telegram/pull/1483

    0 讨论(0)
  • 2021-01-22 09:23

    So,

    Remove the NDK_TOOLCHAIN_VERSION line (or set it to clang) to build with clang.
    

    is the fix.

    0 讨论(0)
提交回复
热议问题