you use IntelliJ ... If not ... Keep using it. IntelliJ 13 will have all the same stuff. Try EAP 13 to get the new stuff.* Give Android Studio a try. * It might break. EAP = Early Access Preview
Support Android Refactorings Lint Tool Code Analysis Template Based Wizards Rich Layout Editor & Layout Preview Various Themes (darcula! woo!) ... and all the additional goodness of IntelliJ
STORED TOGETHER INSIDE OF APP SOURCE CURRENT STATE OF AFFAIRS IN ANT jars, libs, etc compiled with turns into ANDROID APK ALL SOURCE & JARS ARE COMBINED INTO APK <SOURCE_CODE/>
& JARS ARE COMBINED INTO APK <SOURCE_CODE/> central DEPENDENCY MANAGEMENT MAVEN BUILDS reads pom.xml for dependencies and gets them from ... compiled with (or other specified repos) repos
SOURCE & JARS ARE COMBINED INTO BUILD VARIANTS <SOURCE_CODE/> DEPENDENCY MANAGEMENT GRADLE BUILDS reads build.gradle for dependencies and gets them from ... compiled with central repos local files project itself DEBUG QA RELEASE
use Android Studio as my main IDE RIGHT NOW? Is Android Studio ready for prime time? Should I delete Eclipse or IntelliJ from my machine and only use Android Studio? Is IntelliJ 13 EAP OK to use for Android Dev?