We have released Android Studio 3.0 Canary 6 to the Canary and Dev Channels. This release fixes a variety of bugs, such as the following:


Fixes

  • Fixed an issue that caused java.io.IOException to be thrown due to broken R.txt.
  • Fixed an issue that prevented you from updating the Kotlin IDE plugin. (issue #62697211)
  • Fixed an issue that caused captured memory allocations to not display when using the Memory Profiler.
  • Fixed an issue where you need to invoke Code > Convert Java to Kotlin twice before the IDE converts your code.


Known Issues

  • IDE is not showing gradle upgrade plugin version dialog after close and reopen older plugin version project
  • IDE error "Invalid file" while deleting kotlin or java class files
  • Kotlin configure yellow ribbon does not show up until the file reopens after converting
  • IDE fatal error "java.util.NoSuchElementException" while removing copy pasted code from kotlin
  • IDE fatal error "Project is not yet initialized" while cloning desugar project
  • Attaching to debugger fails while working the combination of c++,kotlin and instant app enabled
  • Instant Run currently does not work with Gradle build cache. To use Instant Run, make sure you disable the build cache in your build.properties file: org.gradle.caching=false

Please keep sending your feedback by clicking Help > Submit Feedback.