mirror of
https://github.com/apache/cordova-android.git
synced 2026-05-11 00:00:05 +08:00
cordova-common
Contains shared classes and routines used by cordova-lib and platforms.
Setup
- Clone this repository onto your local machine.
git clone https://git-wip-us.apache.org/repos/asf/cordova-lib.git - In terminal, navigate to the inner cordova-common directory.
cd cordova-lib/cordova-common - Install dependencies and npm-link
npm install && npm link - Navigate to cordova-lib directory and link cordova-common
cd ../cordova-lib && npm link cordova-common && npm install