Setting up the Environment Variables on Windows 7 and higher

Using Ionic and Cordova to build an Android app might require a modification to the PATH environment on Windows. This can be done with the following steps:

  1. Right-click on My Computer and then click on Properties.
  2. Click on Advanced System Settings in the column to the left.
  3. In the resulting dialog box, select Environment Variables.
  4. Select the PATH variable and click on Edit.
  5. Append the following to the PATH based on where you installed the SDK:
    ;C:\Development\adt-bundle\sdk\platform-tools;C:\Deve
    lopment\adt-bundle\sdk\tools
    

Get Learning Node.js for Mobile Application Development now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.