H2596 '%s' (Delphi)
Go Up to Error and Warning Messages (Delphi)
You get this hint if the external linker emits an error.
This hint provides the list of arguments passed to the linker, so that you can identify which arguments are wrong.
If you get this error while you build an application for Android, in addition to the linker parameters check the following:
- You must ensure that the Android SDK that you have assigned to the Android target platform in your project is configured with the right arm-linux-androideabi-ld.exe location path.
- You can review and edit your Android SDK properties from the SDK Manager.
- If you are using an Android SDK configured to use a version of the Android development tools that is not the same version that RAD Studio provides when you install Android support, either during the RAD Studio installation or afterwards, you might be using an unsupported version of the arm-linux-androideabi-ld.exe linker.