Do I need to install the ADT plugin if I want to use Maven?

Do I need to download and install the ADT plugin in Eclipse if I want to build all projects using maven?

+1
source share
3 answers

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:

  • Android SDK
  • Maven

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.

+1

, , maven, , Android , , ADB...

+2

ADT, API, maven. , ADD Android, API. ADT java , .

, maven, - android ADT

0

All Articles