Fixed
Status Update
Comments
hs...@google.com <hs...@google.com>
er...@google.com <er...@google.com>
an...@google.com <an...@google.com> #3
[Comment deleted]
an...@google.com <an...@google.com> #4
Also of note is the adb error when trying to install bad APK: INSTALL_FAILED_DEXOPT
pu...@gmail.com <pu...@gmail.com> #5
load dex files over 5Gb. -> load dex files over 5Mb.
cr...@gmail.com <cr...@gmail.com> #6
Same here! Looking forward to a solution :)
Android Studio version: 0.8.12
buildToolsVersion 21.0.1
Gradle 1.11
Android Studio version: 0.8.12
buildToolsVersion 21.0.1
Gradle 1.11
pe...@gmail.com <pe...@gmail.com> #7
There is already an option in dx allowing to force generation of smaller dex files:
--set-max-idx-number=<value>
Unfortunately changing the default is not a solution since the linearAlloc limit can be reached at very different levels depending on the classes hierarchy and other criteria.
In addition for most applications, moving to multidex will only help to workaround the linearalloc limit for the installation. But the application will still crash against the same limit at execution. The only working use case where I know multidex can help with linearalloc is when the apk does not contains one application but distinct pieces running in separate process.
--set-max-idx-number=<value>
Unfortunately changing the default is not a solution since the linearAlloc limit can be reached at very different levels depending on the classes hierarchy and other criteria.
In addition for most applications, moving to multidex will only help to workaround the linearalloc limit for the installation. But the application will still crash against the same limit at execution. The only working use case where I know multidex can help with linearalloc is when the apk does not contains one application but distinct pieces running in separate process.
sh...@gmail.com <sh...@gmail.com> #8 Restricted
Restricted
Comment has been deleted.
Description
When clicking on some links from the Android SDK Upgrade Assistant (Android 14 -> Android 15) I get redirected to the Google internal Single Sign On.
Example of such link:
when clicking on String.format(String, Object[]).
Wjen clicking on Locale:
All of the links that should link to the OpenJDK seem to be wrongly linked.
Included are screenshots thatilustrate links that are redirecting to the internal documentation.
Build: AI-242.21829.142.2421.12409432, 202409242130
AS: Ladybug | 2024.2.1
AI-242.21829.142.2421.12409432, JRE 21.0.3+-12282718-b509.11x64 JetBrains s.r.o., OS Windows 11(amd64) v10.0 , screens 1920x1080 (100%), 1920x1200 (100%), 1920x1200 (100%)
Android Gradle Plugin: 8.4.1
Gradle: 8.6
Gradle JDK: JetBrains Runtime 17.0.11
NDK: from local.properties: (not specified), latest from SDK: (not found)
CMake: from local.properties: (not specified), latest from SDK: (not found), from PATH: (not found)
```