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

Issue implementing on android project #2948

Closed rabbi-islam closed 1 week ago

rabbi-islam commented 4 months ago

Currently my need is implement this in my kotlin android project to fetch all message/post from a public telegram channel , but the documentation of your is too much complicated to understand for me, since there is not direct dependency to proceed with. so can you please provide my step by step guideline to achieve my functionality by using your library, Will be really grateful to you.

levlam commented 4 months ago

See https://core.telegram.org/tdlib/getting-started.

thulc-android commented 2 months ago

Hi @levlam I have followed the mentioned document and I have compiled the tdlib using CMake, so Now how should i proceed forward? I don't see any .SO files being generated inside the build folder.

levlam commented 2 months ago

@thulc-android Did you follow https://github.com/tdlib/td/tree/master/example/android#building-tdlib-for-android? Did all scripts finish without errors?

itsgeniuS commented 2 months ago

Hi @levlam Thanks for your response. I was able to backtrack the errors with the logs and I have fixed them. Now im able to run the scripts and Its running and generating the .SO files as well.

Thanks.