For a mavenized project for Android, if you are talking about a build project from the command line, for example, check out some projects from GitHub and run a mvn clean install, you only need to install and configure:
If you are talking about a development / build project inside the IDE, for example Eclipse, in addition to the Android SDK and Maven, you need the following Eclipse plugins (all available through the Eclipse Marketplace) to create / import and work on a running android project inside Eclipse:
- got up
- m2e ( Maven Eclipse)
- m2e-android (Android Configurator M2E)
Eclipse.