Platform Properties

From RAD Studio
Jump to: navigation, search

Go Up to Project Manager


Project Manager | right-click a platform in Target Platforms | Properties

This dialog box lets you define the connection profile and the SDK associated with the selected platform for the current application.

Options Description

Selected platform:

This is the platform you right-clicked on the Project Manager. You are editing the properties of this platform.

SDK
(Software Development Kit)

The software development kit (SDK) to build your application for the target platform. For details, see SDK Manager.

This field is only enabled for combinations of application type and platform that require an SDK. This includes:

  • Multi-device applications for the OS X platform
  • Multi-device applications for the iOS Device - 32 bit platform
  • Multi-device applications for the iOS Device - 64 bit platform
  • Multi-device applications for the iOS Simulator platform
  • Multi-device applications for the Android platform
  • Console applications for the Linux platform

The drop-down list contains the existing SDKs for the target platform. Select Add New to open the Add a New SDK dialog box and add a new SDK to your development system that you can associate with the target platform.

Profile

The connection profile that will be used to connect to the Platform Assistant server when you run, debug or deploy your application for the target platform. For details, see Creating and Testing a Connection Profile on the Development PC.

This field is only enabled for the following platforms: Windows, OS X, iOS (device and simulator), and Linux.

The drop-down list contains the existing connection profiles that support the target platform. Select Add New to open the Create a Connection Profile wizard and create a new connection profile that you can associate with the target platform.

Note: The Project Manager contains a Target Platforms node only for application types that support multi-device development. See Requirements for Multi-Device Applications.

See Also