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

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

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 10000

Default pass (edit pom.xml)
touchkit-demo
touchkit-demo

- Create the signed apk, after generating the above key run:
$ mvn clean package -Psign