Tag: android
Building excellent games with better graphics and performance
More immersive visuals built on Vulkan, now the official graphics API
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
Could not read file PermittedSubclasses requires ASM9
java.lang.UnsupportedOperationException: PermittedSubclasses requires ASM9
https://github.com/Kotlin/dokka/issues/2956
Continue reading Could not read file PermittedSubclasses requires ASM9How 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