NDK Error occured while importing telegram source code from github

限于喜欢 提交于 2019-12-03 09:13:29

The reason for your error is that the libtgvoip is a submodule and you did not clone the repository recursively so the required library has not been checked out.

To fix this go to the folder where you cloned the project and run

 git submodule update --init --recursive

This will check out the required submodule

Deva Ananth

no contents inside jni/libtgvoip

so either do git submodule update --init --recursive or

download from here and past it inside jni/libtgvoip

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!