! 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 
* mvn package 
* mvn clean 
* mvn install 

* mvn android:deploy 
* mvn android:generate-sources

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

* mvn assembly:assembly - build source 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

