Skip to content

Latest commit

 

History

History
49 lines (27 loc) · 1.64 KB

README.md

File metadata and controls

49 lines (27 loc) · 1.64 KB

Read-A-Meter

PhoneGap Build

Read-A-Meter is a smartphone app to keep your meter readings. It is using PhoneGap and JQuery Mobile. The code is based on the swipe-list demo.

Run for test on developer machine without build

Open checked out file www/index.html in a web browser.

Build

Prerequisites

Developer build (debug)

phonegap build android

or for more detailed console output (if cordova has been installed explicitly)

cordova build android

This compiles to an apk file in platforms/android/build/outputs/apk/android-debug.apk.

The first time phonegap build android is called the android platform will be initialised.

Problems

If you get an expection during build it might help to delete your ~/.gradle directory.

Run for test on real device

Prerequisites

Get PhoneGap Developer App.

Run app

Run

phonegap serve

and connect your phone to the server.