Posted on Leave a comment

Android Studio Ladybug Feature Drop is Stable!

https://android-developers.googleblog.com/2025/01/android-studio-ladybug-feature-drop-is-stable.html

Gemini in Android Studio

  • Code Transforms
  • Rename
  • Rethink
  • Commit Message
  • Generate Documentation

Debug

  • Animation Preview support for Wear OS Tiles
  • Wear Health Services

Optimize

  • App Links Assistant
  • Google Play SDK Insights Integration

Quality Improvements

  • 770+ bugs addressed

IntelliJ Platform Update

  • More intuitive full line code completion suggestions
  • Preview in the Search Everywhere dialog
  • Improved log management for Java and Kotlin programming languages

Posted on Leave a comment

How to Allocate More Than 8GB RAM for Android Studio?

People discuss jvm options.

-Xms512m
-Xmx4g
-XX:+HeapDumpOnOutOfMemoryError
-XX:-OmitStackTraceInFastThrow
-XX:+IgnoreUnrecognizedVMOptions
-XX:MaxJavaStackTraceDepth=10000
-ea
-Dsun.io.useCanonCaches=false
-Dsun.java2d.metal=true
-Djbr.catch.SIGABRT=true
-Djdk.http.auth.tunneling.disabledSchemes=""
-Djdk.attach.allowAttachSelf=true
-Djdk.module.illegalAccess.silent=true
-Dkotlinx.coroutines.debug=off
-XX:CICompilerCount=2
-XX:ReservedCodeCacheSize=512m
-XX:+UnlockDiagnosticVMOptions
-XX:TieredOldPercentage=100000
-XX:SoftRefLRUPolicyMSPerMB=50
-Dapple.awt.application.appearance=system
Posted on Leave a comment

Streamlining Android authentication: Credential Manager replaces legacy APIs

https://android-developers.googleblog.com/2024/09/streamlining-android-authentication-credential-manager-replaces-legacy-apis.html

To bring Credential Manager’s benefits to more Android users and simplify developers’ integration efforts, APIs that were previously deprecated will continue their phased removals and shutdowns. These APIs include: