Missing TMSCPLib when creatng Android app

Hello,

When I use the crypto package in Delphi Sydney in an Android app the linker failes with the message

[DCC Error] E2597 C:\Users\Public\Documents\Embarcadero\Studio\21.0\CatalogRepository\AndroidNDK-21-21.0.37889.9797\android-ndk-r21\toolchains\aarch64-linux-android-4.9\prebuilt\windows-x86_64\aarch64-linux-android\bin\ld.exe: cannot find -lTMSCPLib

It is missing TMSCPLib.
Did you ever encountered this message? And if so, what can I do about it?

Regards,
Dennis Rusch

Hello,
You need to add the libAndroid folder (or libAndroid64 folder for Android 64-bit) in Project -> Options -> Search Path.
Best regards,
Marion