We replaced ant with gradle when we switched to Android studio.
How to import a library with some resources with ant ?
-copy paste it somewhere accessible in your project. It makes importing and more importantly updating the support lib (or most libs really) a pain in the ass.
How does it work with gradle ?
compile "com.android.support:appcompat-v7:23.2"
Between this and flavors, I might not love gradle, but it is still a big step up from ant.
We replaced ant with gradle when we switched to Android studio.
How to import a library with some resources with ant ? -copy paste it somewhere accessible in your project. It makes importing and more importantly updating the support lib (or most libs really) a pain in the ass.
How does it work with gradle ? compile "com.android.support:appcompat-v7:23.2"
Between this and flavors, I might not love gradle, but it is still a big step up from ant.