Requirements
I will assume the following has been installed and configured.
Android SDK (r07 or later)
Maven 3 (version 3.0.3)
Set environment variable ANDROID_HOME to point to the root directory of the Android SDK.
Add ANDROID_HOME/tools to your PATH environment variable.
An Android project to build
Introduction
Building an Android project consists of 3 steps. The code is compiled to create an executable […]
Blog Post by: Cris Kim