https://github.com/manolo/touchkit-demo-droid
touchkit-demo-droid
https://github.com/manolo/touchkit-demo-droid
Last synced: 4 months ago
JSON representation
touchkit-demo-droid
- Host: GitHub
- URL: https://github.com/manolo/touchkit-demo-droid
- Owner: manolo
- Created: 2014-05-15T06:47:30.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-05-27T18:14:05.000Z (about 11 years ago)
- Last Synced: 2024-12-30T18:38:17.851Z (6 months ago)
- Language: Java
- Size: 1.19 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
An Vaadin Touchkit example project for android.
- Create the unsigned apk
$ mvn clean package- Generate key
$ keytool -genkey -v -keystore touchkit-demo.ks -alias touchkit-demo -keyalg RSA -keysize 2048 -validity 10000Default pass (edit pom.xml)
touchkit-demo
touchkit-demo- Create the signed apk, after generating the above key run:
$ mvn clean package -Psign