Next Release #2573
Replies: 2 comments
-
Guys if you go down the path to make an APK in studio, and you should encounter the java.lang.OutOfMemoryError: Java heap space error when syncing/building add this line to your gradle.properties Add this line to increase Gradle daemon memoryorg.gradle.jvmargs=-Xmx2048m -Xms512m -XX:MaxMetaspaceSize=512m |
Beta Was this translation helpful? Give feedback.
-
@PaulWoitaschek and fellow contributors When compiling a release version of the app, I've encountered a minor UI issue on my device with the Navigation bar buttons The play button in the bottom left corner is partially obscured by the device's touch bar. While it's not significantly disruptive, I was wondering if there's a way to adjust the button's position to prevent this overlap. |
Beta Was this translation helpful? Give feedback.
-
Hello Mr. Woitaschek and everyone, I'm curious about the timeline for the next release. I attempted to build an APK in Studio but encountered a Java heap space error, saying I ran out of memory. Since I'm not familiar with Kotlin, I was wondering if there are plans for a new release towards the end of this year? Thanks for your time.
Beta Was this translation helpful? Give feedback.
All reactions