[go: up one dir, main page]

Release updates archive

Android Studio 3.0 Beta 6 is now available in the Canary, Dev and Beta channels.

This update adds support for using CMake 3.7 or higher, and includes fixes for the following issues:
  • Issue #37137285: Some logs no longer appear in the console.
  • Issue #65050576: Issue resolving dependency on httpclient. Due to collisions with the internal version that the Android platform includes, you should exclude dependencies on httpclient from your build.gradle files.
  • Issue #65363025: Corrupt DEX files caused by performance optimizations.
  • Issue #65494776: Builds fail when using versions of CMake that are older than v3.6.4111459.

If you already have an Android Studio preview installed, you can get the update by clicking Help > Check for Update (or Android Studio > Check for Updates on Mac). Otherwise, you can download here.

Android Studio 3.0 Beta 5 is now available in the Canary, Dev and Beta channels.
This release has a number of general bug fixes as well as a collection focused on C++ development. If you experience any issues please open a new bug or file feedback as soon as possible .
If you already have an Android Studio preview installed, you can get the update by clicking Help > Check for Update (or Android Studio > Check for Updates on Mac). Otherwise, you can download here.

Android Studio 3.0 Beta 4 is now available in the Canary, Dev and Beta channels.

Changes
  • New Android plugin DSL for manipulating dependency matching strategy. You now provide fallbacks for missing build types and flavors using matchingFallbacks (which replaces buildTypeMatching and productFlavorMatching). You also provide the default selection and fallbacks for missing dimensions using missingDimensionStrategy (which replaces flavorSelection). To learn more, read Resolve build errors related to dependency matching.

If you already have an Android Studio preview installed, you can get the update by clicking Help > Check for Update (or Android Studio > Check for Updates on Mac). Otherwise, you can it download here.