본문 바로가기

IT관련 팁

Android Studio Bumblebee (2021.1.1) 업데이트

728x90

 

 

 

gradle 7.1.0이 되면서 build.gradle과 setting.gradle 모양이 변경됐네요. 

buildScript 부분이 사라지는데 kotlinx.serialization 는 이미 최신 버전 지원하는 법을 올려놨네요 https://github.com/Kotlin/kotlinx.serialization#using-the-plugins-block

com.google.gms.google-services 는 그냥 그대로 이동 시키면 되지만, 나머지는 어떻게 하는건지 가봐야 알 것 같아요.

 

 

전체 변경 사항은 이렇고요 

Build and Deploy

  • Run Instrumented Tests in Android Studio using Gradle
  • Android Gradle Plugin Upgrade Assistant now updates API usage
  • Non-Transitive R classes on for new projects
  • New Device Manager
  • ADB over Wi-Fi
  • Emulator tool window enabled by default
  • Apple Silicon Support Update 

Profile and Inspect

  • Jank detection track in Profilers
  • Profileable app profiling support in Studio Profilers
  • Inspect Jobs, Alarms, and Wakelocks in the Background task Inspector
  • Capture Layout Inspector snapshots
  • Support for Compose semantics in the Layout Inspector

Design

  • Interactive Preview
  • Animated Vector Drawables Preview
  • Updated Device picker for design tools

-출처: Android Developers Blog: Android Studio Bumblebee (2021.1.1) Stable (googleblog.com)

 

그럼,

   공유합니다.

 

728x90