Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does Android Studio support Maven?

Does Android Studio seamlessly support Maven projects?

Or do you have to download plugins and jump through hurdles (a la Eclipse)? Or can you use Maven at all?

like image 554
mamills Avatar asked May 15 '13 23:05

mamills


1 Answers

I heard in the keynote that, yes, it has support for subversion, git, maven, etc.

And it's based on IDEA, which had support for maven bundled for quite a long time.

http://www.jetbrains.com/idea/features/ant_maven.html

like image 73
Deses Avatar answered Oct 02 '22 23:10

Deses