Android Studio 0.2.7 is now available fixing a number of important issues.



This release means that, as from now, Connectikpeople can observe that, the base IDE was updated to the IntelliJ EAP build #132.27.

Henceforth, .aar library dependencies are now properly supported, so library resources work properly in code completion, XML resource

validation etc. The editor will also no longer auto-import android. R or R innerclasses, and the long standing issue of the R class sometimes not being found after a build should be fixed.
The Gradle tasks window now displays the available tasks, and build error output should now include all errors, including error source positions in cases it was missing (such as for resource merging errors). 
IDE HTTP proxies are passed to the gradle process which helps with downloading missing dependencies from network locations needing a proxy.
Here is the full release notes here:
http://tools.android.com/recent/androidstudio027released

Note : if you are upgrading from a version prior to 0.2.6, and you're on Windows, be sure to read the installation instructions at the bottom of the following document, since you may need to migrate your settings:
http://tools.android.com/recent/androidstudio026released

If you have issues, follow up in the official Google+ community for Android Studio: Android Developer Tools:
https://plus.google.com/communities/114791428968349268860

Popular Posts