Android Studio 0.3.6 发布了,该版本主要是 bug 修复,包括:
Issue 62146: Can't open New Module wizard, IDE freezes
Issue 61939: Recent edits are not reflected in compiled app. (Also fixed related issues 62129 and 62168).
New Intellij EAP merge (to 132.1045: Release notes)
Issue 60916: Studio unable to run tests of a Java module
Issue 61488 : exclude build/res folder
Issue 61860: File choosers in Project Structure should create relative paths
Issue 61829: Allow Project Structure to deal with relative module names
Issue 60729: Mark res folders as resource folders
Issue 61769: Fix template such thatNavigationDrawer does not crash on older versions
Other project template changes (for example, move name primary module "app" and don't always append "Project")
New lint check which finds usages of check*Permission without consulting the return value (probably meant to use enforce*Permission)
发行说明:http://tools.android.com/recent/androidstudio036released
项目主页:http://developer.android.com/sdk/installing/studio.html
来自:开源中国社区

