How to compile telegram jni folder

后端 未结 3 1793
礼貌的吻别
礼貌的吻别 2020-12-31 23:26

I am trying to compile jni folder in telegram source code in github.com/DrKLO/Telegram/ with ndk

But when i am write ndk-build in cmd in ndk folder like:

3条回答
  •  星月不相逢
    2021-01-01 00:17

    Just remove the object file. This error most likely appeared after the previous build was interrupted and object file was not generated completely.

提交回复
热议问题