You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
0.21.17+ versions no longer allow Android Studio Sync Profiling with Android Studio Iguana on Mac (M1) with Ventura. The last working release was 0.21.0-alpha-4 that supported Android Studio Sync benchmarking. Confirmed (via local testing between versions of gradle-profiler).
* Stopping daemons
java.lang.NullPointerException
at java.base/java.util.Objects.requireNonNull(Objects.java:208)
at java.base/sun.nio.fs.UnixFileSystem.getPath(UnixFileSystem.java:263)
at java.base/java.nio.file.Path.of(Path.java:147)
at org.gradle.profiler.ScenarioLoader.newStudioGradleScenarioDefinition(ScenarioLoader.java:322)
at org.gradle.profiler.ScenarioLoader.loadScenarios(ScenarioLoader.java:303)
at org.gradle.profiler.ScenarioLoader.doLoadScenarios(ScenarioLoader.java:181)
at org.gradle.profiler.ScenarioLoader.loadScenarios(ScenarioLoader.java:162)
at org.gradle.profiler.Main.run(Main.java:68)
at org.gradle.profiler.Main.main(Main.java:37)
That will sort lower than 0.21.17. If you want to be sure these bad versions wont cause any problems for tools like Renovate, you might have to skip 0.21.0 stable entirely and go straight to 0.22.0. Or release as 0.21.18 which seems more confusing.
0.21.17+
versions no longer allow Android Studio Sync Profiling with Android Studio Iguana on Mac (M1) with Ventura. The last working release was0.21.0-alpha-4
that supported Android Studio Sync benchmarking. Confirmed (via local testing between versions ofgradle-profiler
).All versions tried are from the binary
.zip
files hosted here: https://repo1.maven.org/maven2/org/gradle/profiler/gradle-profiler/Crash:
To replicate, use:
android-studio.scenarios
NOTE: The
0.21.0-alpha-4
has also been confirmed to work with theAndroid Studio Jellyfish | 2023.3.1 Canary 13
, but not with0.21.17*
versions.The text was updated successfully, but these errors were encountered: