https://github.com/manolo/gwt-cordova-showcase-deploy
https://github.com/manolo/gwt-cordova-showcase-deploy
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/manolo/gwt-cordova-showcase-deploy
- Owner: manolo
- Created: 2017-06-01T11:54:21.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-01T16:36:04.000Z (about 9 years ago)
- Last Synced: 2025-05-23T05:16:01.566Z (about 1 year ago)
- Language: Objective-C
- Size: 15.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Cordova demo project for gwt-cordova showcase
#### Building
The project in github does not include temporary stuff used for building, hence you need to run the following commands.
$ npm install
$ cordova platform add android
$ cordova build android
After this you should have the android APK that you can install in your device in the folder `platforms/android/build/outputs/apk/android-debug.apk`
#### Updating the project
Clone and compile the gwt-cordova showcase project.
$ git clone https://github.com/manolo/gwt-cordova-showcase.git
$ cd gwt-cordova-showcase
$ mvn clean package -Dmaven.test.skip
Copy the compilation result in this project
$ cp -r folder_of_gwt_cordova_showcase/target/gwt-cordova-demo/gwtcordovashowcase www/