Status Update
Comments
ga...@linecorp.com <ga...@linecorp.com> #2
dy...@google.com <dy...@google.com>
je...@google.com <je...@google.com> #3
it looks like it is not finding git
, is it accessible through your PATH setting ?
can you do which git
from the command line and get a successful path ?
ga...@linecorp.com <ga...@linecorp.com> #4
Of course, location of git
is /usr/bin/git
.
And git
executable was found successfully on Android Studio 2021.3 Beta version.
Also, I tried to install Android Studio 2021.3 and 2022.1 on other macbook.
(cleared ~/Library/ApplicationSupport/Google/AndroidStudio*
directories before install)
And tried to perform Kotlin REPL and printed System.getenv("PATH")
Here are screenshots of Kotlin REPL
ga...@linecorp.com <ga...@linecorp.com> #5
I tried to perform following code snippet on Kotlin REPL.
System.getenv().forEach { k, v -> println("$k $v\n") }
And I found PATH env value is only excluded on Android Studio 2022.1 OSX version.
ga...@linecorp.com <ga...@linecorp.com> #6
Also, I tried to start Android Studio 2022.1 on Command line(zsh).
"/Applications/Android Studio-2022.1.app/Contents/MacOS/studio"
And I found PATH
env can be kept on Kotlin REPL.
But when Android Studio 2022.1 was launched by Finder or Dock, PATH value was null
ga...@linecorp.com <ga...@linecorp.com> #7
I found that idea.log
are different between AS 2021.3, AS 2022.1, and IDEA 2022.2 (EAP)
- AS 2021.3
2022-06-29 14:01:31,928 [ 0] INFO - #com.intellij.idea.Main - ------------------------------------------------------ IDE STARTED ------------------------------------------------------
2022-06-29 14:01:31,932 [ 4] INFO - .intellij.util.EnvironmentUtil - loading shell env: /bin/zsh -l -i -c '/Applications/Android Studio-2021.3.app/Contents/bin/printenv' '/var/folders/1q/np55nkmn4qs6_1g7z_jb6gtr0000gp/T/intellij-shell-env.15005377689876133174.tmp'
2022-06-29 14:01:31,957 [ 29] INFO - #com.intellij.idea.Main - IDE: Android Studio (build #AI-213.7172.25.2113.8565817, 11 May 2022 00:50)
2022-06-29 14:01:31,957 [ 29] INFO - #com.intellij.idea.Main - OS: Mac OS X (12.4, aarch64)
- AS 2022.1
2022-06-29 14:00:37,842 [ 1] INFO - #c.i.i.StartupUtil - ------------------------------------------------------ IDE STARTED ------------------------------------------------------
2022-06-29 14:00:37,861 [ 20] INFO - #c.i.u.EnvironmentUtil - loading shell env: /bin/zsh -l -i -c '/Applications/AndroidStudio-2022.1.app/Contents/bin/printenv'
2022-06-29 14:00:38,134 [ 293] INFO - #c.i.i.StartupUtil - JNA library (64-bit) loaded in 275 ms
2022-06-29 14:00:38,143 [ 302] INFO - #c.i.i.StartupUtil - IDE: Android Studio (build #AI-221.4501.155.2211.8738788, 18 Jun 2022 03:29)
2022-06-29 14:00:38,144 [ 303] INFO - #c.i.i.StartupUtil - OS: Mac OS X (12.4, aarch64)
- IDEA 2022.2 EAP
2022-06-29 14:04:05,843 [ 1] INFO - #c.i.i.StartupUtil - ------------------------------------------------------ IDE STARTED ------------------------------------------------------
2022-06-29 14:04:05,856 [ 14] INFO - #c.i.i.p.PluginManager - Using cached broken plugins file
2022-06-29 14:04:05,859 [ 17] INFO - #c.i.u.EnvironmentUtil - loading shell env: /bin/zsh -l -i -c '/Applications/IntelliJ IDEA 2022.2 EAP.app/Contents/bin/printenv' > '/var/folders/1q/np55nkmn4qs6_1g7z_jb6gtr0000gp/T/ij-env-tmp-dir7639414297321136174/ij-shell-env-data.tmp'
2022-06-29 14:04:06,245 [ 403] INFO - #c.i.u.EnvironmentUtil - shell environment loaded (26 vars)
2022-06-29 14:04:06,259 [ 417] INFO - #c.i.u.EnvironmentUtil - LC_CTYPE=en_US.UTF-8
2022-06-29 14:04:06,308 [ 466] INFO - #c.i.i.StartupUtil - JNA library (64-bit) loaded in 453 ms
2022-06-29 14:04:06,312 [ 470] INFO - #c.i.i.StartupUtil - IDE: IntelliJ IDEA (build #IU-222.3153.4, 22 Jun 2022 01:48)
2022-06-29 14:04:06,312 [ 470] INFO - #c.i.i.StartupUtil - OS: Mac OS X (12.4, aarch64)
It seems AS 2021.3 and IDEA 2022.2 EAP stored env values on temporary file by printenv
.
But On AS 2022.1 Canary version, just invoked printenv
and did not stored on temporary file.
ga...@linecorp.com <ga...@linecorp.com> #8
It seems that EnvironmentUtil.java
was improved after 2022.1 Canary 6 release.
Log :
Diff :
I'll wait next canary release version.
je...@google.com <je...@google.com>
ga...@linecorp.com <ga...@linecorp.com> #9
Since 2022.1 canary7 this issue is fixed and PATH
env value can be printed properly on gradle script.
Thank you.
Description
DESCRIBE THE ISSUE IN DETAIL:
I'm using gradle project with gradle enterprise plugin to use gradle scan.
And publish git branch and status on gradle scan.
Until Android Studio 2021.3, it works well.
But since Android Studio 2022.1, gradle prints error after sync gradle project and submit gradle scan.
The strange thing is that it happens on Android Studio for OSX only.
STEPS TO REPRODUCE:
1.
ATTACH SCREENSHOTS/RECORDINGS OF THE ISSUE
https://scans.gradle.com/s/qrasz6qgocvwg/console-log#L17
Following error logs are printed after sync project
IMPORTANT: Please readhttps://developer.android.com/studio/report-bugs.html carefully and supply
all required information.
Studio Build: 2022.1.1 Canary 6
Version of Gradle Plugin: 7.2.1
Version of Gradle: 7.4.2
Version of Java: Java 11
OS: OSX 12.4