I'm trying to use Maven for new projects, but this thing is confusing me at all.
In all examples they only use the Android default APIs, but I need the Google API as my application uses Google Maps. How can I use Google APIs?
This is an existing Android Project made on Eclipse (now I'm trying to use IntelliJ IDEA) and I'd like to start using Maven, so how can I convert the existing Project to Maven?
Thanks.