Skip to content

Installing the Extension

Install the Mobile Development Kit extension for Visual Studio Code to load Visual Studio Code with the Mobile Development Kit metadata, and to start developing or modifying your apps quickly and efficiently.

Prerequisites

To develop, modify or debug an app, you must have the following:

  • Mac or Windows environment
  • Visual Studio Code version higher than 1.68.0

To debug an app, you must have the following:

  • Xcode, which finds the corresponding iOS simulator. Debugging iOS requires running Visual Studio Code in Mac environment.
  • Android Studio, which finds the corresponding Android emulator. Debugging Android can be done both in Windows and Mac environment.
  • A Mobile Development Kit client created using create-client command that can be run in an appropriate environment.
  • NativeScript installed. To ensure you have the correct version of NativeScript installed, please use the Dependency Installer. Link to Tutorial.

Procedure

  1. Launch Visual Studio Code.
  2. Install the Mobile Development Kit extension directly from the Microsoft Visual Studio Code marketplace.
  3. You can also download and install the latest version of vsix package folder (vsc-extension-mdk) from the SAP Marketplace. This folder contains various releases of Mobile Development Kit extension. To install the extension from a local file, select Extensions > Install from VSIX.
  4. Install the Cloud Foundry Tools extension from the Microsoft Visual Studio Code marketplace. This extension is required to connect to the SAP Mobile Services instance in your Cloud Foundry environment.
  5. Install the Application Wizard extension by SAP OS directly from the Microsoft Visual Studio Code marketplace. This enables the creation of applications based on templates.
  6. Reload Visual Studio Code to enable the extension if prompted. A new language mode called Mobile Development Kit is attached to any open Mobile Development Kit metadata file.

Last update: March 27, 2026