Android compile error

Today I downloaded lastest TMS cryto suite


I'm using Delphi Tokyo 10.2 and when I tried to compile "cryptoDemoDelphiFMX.dproj" compiler shows me next error.

[DCC Error] E2597 C:\Users\Public\Documents\Embarcadero\Studio\19.0\PlatformSDKs\android-ndk-r17\toolchains\arm-linux-androideabi-4.9\prebuilt\windows-x86_64\bin\arm-linux-androideabi-ld.exe: error: cannot find -lTMSCPLib


Can you point me in the right direction please?


Thanks

This is a path issue. You have to add the path to libAndroid folder of your TMS CP installation in Project -> Options -> Delphi Compiler -> Search Path.

Thanks