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
- Host: GitHub
- URL: https://github.com/zweifisch/phonegap-android-jquerymobile-boilerplate
- Owner: zweifisch
- Created: 2012-04-21T06:37:51.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-04-21T06:38:16.000Z (over 14 years ago)
- Last Synced: 2025-01-27T22:55:16.849Z (over 1 year ago)
- Language: JavaScript
- Size: 365 KB
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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