- Learning Node.js for Mobile Application Development
- Stefan Buttigieg Milorad Jevdjenic
- 88字
- 2021-07-09 21:21:31
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:
- Right-click on My Computer and then click on Properties.
- Click on Advanced System Settings in the column to the left.
- In the resulting dialog box, select Environment Variables.
- Select the PATH variable and click on Edit.
- 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
推薦閱讀
- SPSS數(shù)據(jù)挖掘與案例分析應(yīng)用實(shí)踐
- Clojure Programming Cookbook
- 程序員面試白皮書
- C++程序設(shè)計(jì)(第3版)
- What's New in TensorFlow 2.0
- Learning Data Mining with Python
- 程序員面試算法寶典
- Monitoring Elasticsearch
- Nginx Essentials
- Swift 4從零到精通iOS開(kāi)發(fā)
- Python程序設(shè)計(jì)與算法基礎(chǔ)教程(第2版)(微課版)
- Django Design Patterns and Best Practices
- Python Digital Forensics Cookbook
- Machine Learning for OpenCV
- Xamarin Cross-Platform Development Cookbook