An open API service indexing awesome lists of open source software.

https://github.com/zweifisch/phonegap-android-jquerymobile-boilerplate

phonegap-android-jquerymobile-boilerplate
https://github.com/zweifisch/phonegap-android-jquerymobile-boilerplate

Last synced: 2 months ago
JSON representation

phonegap-android-jquerymobile-boilerplate

Awesome Lists containing this project

README

          

# mobile app boileplate

* phonegap 1.6
* jquery mobile 1.1

## update project

pick up an id

android list targets

update project

android update project -p . -t "id here"

## build and install app

plug in you phone, enable debug mode `settings > applications > development`, then

sudo adb start-server
ant install

## allow ajax request in google-chrome

google-chrome --allow-file-access-from-files --disable-web-security