android.R
=========

andoid.R is a system resoruce viewer. 
The following resources are supported.


Build Target
============

http://maven-android-plugin-m2site.googlecode.com/svn/plugin-info.html

* mvn compile - compile
* mvn clean - clean
* mvn package - build apk file

* mvn android:deploy - deploy to device or emulator
* mvn android:generate-sources

* mvn install - install to maven repository
* mvn uninstall - uninstall from maven repository

* mvn assembly:assembly - build project package 

Release Build
=============

Setup android-release profile in ~/.m2/settings.xml
You need to define the following properties.

* sign.keystore
* sign.alias
* sign.storepass
* sign.keypass

