E4103 Unable to create process: 'message'

From RAD Studio
Jump to: navigation, search

Go Up to Platform Assistant Server Errors Index


You get this error because your system prevents the Platform Assistant client from running the arm-linux-androideabi-strip.exe Android NDK executable.

  • If you get the following message:
Access is denied.
The issue might be that your current user, the user who is running the Platform Assistant client, does not have execution permissions on the arm-linux-androideabi-strip.exe executable. You must ensure that your user has permissions on the executable defined in the arm-linux-androideabi-strip.exe location field of the Android SDK that you have assigned to the Android platform in your project.
  • If you get the following message:
This version of <executable> is not compatible with the version of Windows you're running. Check your computer's system information to see whether you need a x86 (32-bit) or x64 (64-bit) version of the program, and then contact the software publisher.
If you installed the Android development tools manually, the issue might be that you are using a version of the Android NDK that does not support your system architecture. That is, you might be trying to use a 64-bit Android NDK on a 32-bit Windows system. You must download a 32-bit version of the Android NDK, and edit your Android SDKs from the SDK Manager and update the fields relative to the Android NDK folder.

See Also