We just pushed the android Studio2.0 Beta 2 version to the Canary Channel.
Lopi:
——————————
Canary Channel: Canary version number, on average 1-2 weeks will be updated once, is the most unstable version number, there will be a lot of bugs, pass often used in the test, please use carefully.
Suppose you like the early adopters, you can install two Android Studio.
If you want to learn more about Android Studio, please refer to my new book, "Android Studio useful Guide", has been reading the first in Baidu.
——————————
I. What issues have been fixed
We found a bug related to instant execution (intant Run) in beta1 and fixed it immediately after discovery.
So try the Beta 2 version number, and we've overcome several serious problems with the early preview version number that will block the user from building.
1. Performance degradation:
Many users reported that the initial 2.0 version was built at a much slower pace than the 1.5 version, which is related to packing all of our dependencies into a single Dex file (because those are unlikely to be forth for immediate execution)
In some cases, however, Dex can slow down a lot because of the way it merges inside of Dex.
2. Libraries and plugins-based Dagger2 and some other annotation processors:
In the gradle2.x version number we have used the new "Incremental Java compilation" feature, but this feature does not work with the annotation processor, in the BETA2 version number, if a project through the "ANDROID-APT" plug-in using the annotation processor, we will voluntarily turn off the incremental compilation function. Manual processing will still fail (bug see: https://github.com/google/dagger/issues/298)
Lopi:
——————————
Dagger2 is a high-speed dependency injection framework for Android and Java
Open Source project Address: Https://github.com/google/dagger
——————————
3. Fixed several other bugs that were executed on the fly:
For details, see the following tips for uninstalling your application.
4. Fixed several bug in SDK Manager:
Suppose you use a multi-system image to install an add-on that prevents the IDE from booting.
Two. Please note that the upgrade:
After upgrading to 2.0 beta, you should uninstall the debugged application from your phone/simulator. This will remove some of the bad app states that might affect instant execution in your phone.
We have fixed a bug in the state of write error. However, you cannot delete the app status that is already installed on your phone.
Three. Push program:
Assuming everything goes as planned, we want to push this version number to Beta channel within the next few days, but we would also like to thank you for your prompt feedback on the Canary channel, especially with regard to immediate execution. So we know Android Whether studio is really ready as a beta version number in your real-world application.
Thank you for testing our preview version number, please continue to quote US bug! (via Android studio-> menu bar, help-> Submit Feedback)
Four.:
Android Studio2.0 Beta 2:
Windows:https://dl.google.com/dl/android/studio/ide-zips/2.0.0.11/android-studio-ide-143.2586769-windows.zip ( 292 MB)
Mac:https://dl.google.com/dl/android/studio/ide-zips/2.0.0.11/android-studio-ide-143.2586769-mac.zip (290 MB)
Linux:https://dl.google.com/dl/android/studio/ide-zips/2.0.0.11/android-studio-ide-143.2586769-linux.zip (289 MB )
Five. View Original
Original address:
Http://tools.android.com/recent
The first translation, the level is limited, assuming that there is a wrong place to point out that I will repair forth in time.
If you want to learn a lot about how other Android studios are used, please refer to my new book "Android Studio Useful Guide"
Author: Lao Bi
Public account: WIRELESSQA
Blog: HTTP://BLOG.CSDN.NET/WIRELESSQA
Weibo: HTTP://WEIBO.COM/WIRELESSQA
Android Studio2.0 Beta 2 Update notes and Precautions