E2823 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 ZipAlign Android SDK 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 ZipAlign executable. You must ensure that your user has permissions on the executable defined in the ZipAlign location field of the Android SDK that you have assigned to the Android platform in your project.
  • If you get any other message, you must ensure that the Android SDK that you have assigned to the Android platform in your project has the right ZipAlign location path defined. You can review and edit your Android SDKs from the SDK Manager.
    Note: In the default Android SDK of RAD Studio, the ZipAlign executable can be found at tools\zipalign.exe. If you downloaded a different Android SDK or upgraded the default Android SDK, ZipAlign might be located somewhere else, such as build-tools\<version>\zipalign.exe.

See Also