https://github.com/manolo/gwt-cordova-showcase-deploy
https://github.com/manolo/gwt-cordova-showcase-deploy
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/manolo/gwt-cordova-showcase-deploy
- Owner: manolo
- Created: 2017-06-01T11:54:21.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-01T16:36:04.000Z (about 8 years ago)
- Last Synced: 2024-12-30T18:38:10.500Z (5 months ago)
- Language: Objective-C
- Size: 15.4 MB
- Stars: 0
- Watchers: 2
- 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 projectClone 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/