-
Notifications
You must be signed in to change notification settings - Fork 275
PhoneGap Build Installation
Chris Scott edited this page Apr 10, 2016
·
3 revisions
#Installation instructions for PhoneGap Build.#
The Android version of Cordova Background Geolocation requires Gradle. This is a good thing:
<preference name="phonegap-version" value="cli-5.2.0" />
<preference name="android-build-tool" value="gradle" />
<plugin name="cordova-background-geolocation-lt" source="npm" />
PhoneGap build now supports plugins from Github repos! Add cordova-background-geolocation
plugin:
<plugin spec="https://github.com/transistorsoft/cordova-background-geolocation.git"/>
That should be it!