We are trying to pump the standard telegraph client for Android.
Already performed such actions:
- I downloaded from the Gita team
git clone --recursive -j8 https://github.com/DrKLO/Telegram.git - Changed the name of the package.
- Added your JSON Google services.
- In the folder
C:\Telegram\TMessagesProjlaunched the filendk-build.cmdThe ndk compilation was successful.C:\Telegram\TMessagesProj> C:/Users/Console/AppData/Local/Android/Sdk/ndk-bundle/ndk-build.cmd - After these actions, the application still crashes with an error
Android Telegram App -> java.lang.UnsatisfiedLinkError
In the lines in the file ConnectionManager.java:
What did I do wrong?
PS On the tips below checked the path to the library. In the class NativeLoader inferred the path of the library that it loads. /data/app/org.telegramnf-1/lib/arm Along this path, the only loadable library is, that is, the option with the wrong path is eliminated. Here is a screen full of errors. 

System.loadLibrary()- the problem is somewhere there. Most likely, after renaming the packages, the place where any*.sois located has changed - by default they should be in the/jni- Barmaley