
9 Dec
2014
9 Dec
'14
3:32 a.m.
On Tue, 9 Dec 2014 15:49:49 +1300, Peter Reutemann wrote:
"After two years of development, Google today released Android Studio 1.0, the first stable version of its Integrated Development Environment (IDE) aimed solely at Android developers. ..."
Not bad, they actually use Gradle at the backend to drive the builds <http://developer.android.com/tools/building/plugin-for-gradle.html>. This means you can customize the build process with additional scripts etc. And you are not actually tied to the IDE.