Home Android Studio 1.0
Post
Cancel

Android Studio 1.0

Android Studio 1.0

Today we are excited to introduce Android Studio 1.0. Android Studio is the official Integrated Development Environment (IDE) from the Android team. It is built on the popular IntelliJ IDEA (Community Edition) Java IDE. We first released a preview of Android Studio at I/O last year. We value the on-going feedback from you, thanks!

You can find features and requirements of Android Studio on Android Developers site.

With the official release of Android Studio, Eclipse with ADT seems no more supported.

If you have been using Eclipse with ADT, be aware that Android Studio is now the official IDE for Android, so you should migrate to Android Studio in order to continue to receive all the latest IDE updates. For help moving projects, see Migrating to Android Studio.

After installing the new release, you may read Migrating Gradle Projects to version 1.0.0 in particular for the error:

method not found: 'runProguard()'
1
method not found: 'runProguard()'

that has to be replaced with minifyEnabled in your build.gradle files.

This post is licensed under CC BY 4.0 by the author.