tdlib / td

Cross-platform library for building Telegram clients
https://core.telegram.org/tdlib
Boost Software License 1.0
7.11k stars 1.44k forks source link

I need to build libtdjsonandroid to work on android using Unity (C#) #2841

Closed nikiraa closed 6 months ago

nikiraa commented 6 months ago

I need to build libtdjsonandroid to work on android using Unity (C#) Please help me build dll. I configured everything as indicated in the comment:

image

After third_party/crypto/build-all.sh I have few errors:

image

I tried downloading the NDK but got the same error

image

Originally posted by @YauheniKhadanovich in https://github.com/tdlib/td/issues/77#issuecomment-1091180569

levlam commented 6 months ago

It looks like you specified Windows-style path "C:users/..." instead of "/c/users/...".

Also, the scripts were written for NDK r20 and may not work with newer Android NDK.