PhoneGap – getting started

PhoneGap

 

Create a sample web app

Download PhoneGap, take cordova.js

Install Ripple extension to Chrome.

Test your app.

If doesn’t work – put it on a web server.

 

Zip it

Create account on https://build.phonegap.com

Create an app there

Upload zip file.

Download apk package for Android.

Install Android SDK.

Create emulator.

Put downloaded app to sd card of emulator.

Run.

 

——–

To access file system on emulator

adb shell

This will open a command prompt

 

To install app on emulator

adb install AndroidPdfViewer_1_0_0b.apk

 

Leave a Reply

Your email address will not be published. Required fields are marked *