Android Studio 2.0 Beta 5发布,修复几个与即时运行相关的严重BUG.

This build fixes a couple of important bugs related to instant run:

Turn off Gradle’s javac incremental compilation in all scenarios. In previous builds we had turned it off when using annotation processors, but it turns out there are still some bugs where resource constant field changes are not propagated correctly, which led to runtime crashes after restarting the app. This may sound like a big performance sacrifice, but it’s not: the javac stage is typically a small part of the build (which is dominated by dex and adb push and install) – and note version 1.5.x of the Gradle plugin wasn’t using incremental javac compilation at all.

Change the way the app is restarted after making an incompatible change (a “coldswap”). The technique we were using resulted in some state being persisted across app runs, which could lead to crashes or unexpected intent data.

Note that you need to use the latest version of Gradle and Studio together, and in this build we automatically update the Gradle version if already using a previous non-stable (e.g. 2.x) preview version.

下载地址:

Windows: https://dl.google.com/dl/android/studio/ide-zips/2.0.0.14/android-studio-ide-143.2609919-windows.zip (314 MB)

Mac: https://dl.google.com/dl/android/studio/ide-zips/2.0.0.14/android-studio-ide-143.2609919-mac.zip (312 MB)

Linux: https://dl.google.com/dl/android/studio/ide-zips/2.0.0.14/android-studio-ide-143.2609919-linux.zip (312 MB)

如果你想更深入的了解Android Studio,请参考我的新书《Android Studio实用指南》,已在百度阅读首发.

时间: 2024-10-12 20:59:31

Android Studio 2.0 Beta 5发布,修复几个与即时运行相关的严重BUG.的相关文章

Android Studio 1.0 稳定版发布(含下载链接和使用教程)

本文已同步发布到个人博客:liyuyu.cn 经过两年的发展,Google于今天发布了Android Studio 1.0--针对Android开发者集成开发环境(IDE)的第一个稳定版本. Android Studio有四个不同的版本(你可以在页面里通过设置更新来改变版本),包括Canary. Dev. Beta和Stable.下面是它们的详细介绍: Canary版本:这个版本的更新频率大概是一周,当它们被测试时,它们仍受制于Bug,Google希望开发者能够尽快的发现新Bug. Dev版本:

Android Studio 2.2 Beta 3 发布

Android Studio 2.2 Beta 3 刚刚发布了,项目进度很顺利嘛.由于发布体系的一些 Bug ,这个版本我们没有提供补丁版本,你需要下载完整的 zip 包 . 如果你是首次尝试 Android Studio 2.2 版本,我们建议你阅读之前写的 博客 来了解 2.2 版本的改进内容. 该版本主要是最终 2.2 正式版之前大量的 bug 修复,详细列表:请点这里 相关链接 Android Studio 的详细介绍:请点这里 Android Studio 的下载地址:请点这里 想通过

Android Studio 2.0 正式版发布啦 (首次中文翻译)

Android Studio 2.0 发布了,增加了一些新特性: 1. 更加完善的 Instant Run 2. 更快的 Android Emulator 3.GPU Debugger Preview 4. 包含了 IntelliJ 15 的更新 Android Studio 2.0 原文   (翻译在往下翻) Posted by Jamal Eason, Product Manager, Android Android Studio 2.0 is the fastest way to buil

Android Studio 3.1 Beta 1发布,如何及时下载更新

每次收到Android Studio更新提示,总是延迟一段时间才能下载的到或者更新成功.架梯子也不行.而且更新检测也是时断时续.Android Studio 3.0.1使用一段时间,多开几个工程.经常发生关闭一个工程AS无响应,强制关闭其他工程也跟着关闭.这次等来了Android Studio 3.1 Beta 1更新提醒,但是不能自动更新,需要下载覆盖.提示如下:根据提示,点击下载,跳转到官网:发现只有上上一个版本的下载.翻来翻去找了几个页面都没找到最近的两个版本:Android Studio

Android Studio 1.0.2项目实战——从一个APP的开发过程认识Android Studio

Android Studio 1.0.1刚刚发布不久,谷歌紧接着发布了Android Studio 1.0.2版本,和1.0.0一样,是一个Bug修复版本.在上一篇Android Studio 1.0.1 + Genymotion安卓模拟器打造高效安卓开发环境,我们介绍了Android开发环境的搭建,今天先来说一下上一篇中大家问道比较多的问题,然后说一些Android Studio的使用技巧.  一.搭建开发环境中遇到的问题及解决办法 1.Genymotion模拟器网络错误 我们顺利的安装完了G

[Android] 环境配置之正式版Android Studio 1.0

======================================================== 作者:qiujuer 博客:blog.csdn.net/qiujuer 网站:www.qiujuer.net 开源库:Genius-Android 转载请注明出处:http://blog.csdn.net/qiujuer/article/details/41843095 ========================================================

Google发布官方集成开发环境Android Studio 1.0

Google发布官方集成开发环境Android Studio 1.0    http://www.36kr.com/p/217653.html Android Studio系列教程一--下载与安装  http://stormzhang.com/devtools/2014/11/25/android-studio-tutorial1/ http://android-studio.org/

Android Studio 2.0 Preview发布,附下载地址,支持即时运行和GPU Profiler

Android Studio 2.0 Preview 发布,此版本最重要的两个更新是:即时运行和 GPU Profiler. 即时运行:更快的构建和部署:Settings/Preferences > Build > Execution > Deployment > Instant Run GPU Profiler 下载: Windows: https://dl.google.com/dl/android/studio/ide-zips/2.0.0.0/android-studio-

【转帖】Google发布了安卓开发环境Android Studio 1.0

我们开发安卓大多是使用Eclipse和安卓SDK中自带的安卓模拟器.当然,Google早就推出了自己的安卓开发环境——Android studio,在不久前,Google发布了Android Studio 1.0,个人感觉使用起来还是不错的.之前下载过一些Android studio的早期版本,但是都因为"网络问题"而安装失败,无奈删除.而这一次,Android studio 1.0下载后,不需要再联网下载东西了,直接解压就可以使用.  一.Android Studio 1.0.1的下