-
Notifications
You must be signed in to change notification settings - Fork 2
Cannot run program "rustc" In Android Studio Ladybug | 2024.2.1 Patch 1 'RUN' menu action. #4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
hi @Haoxiqiang, This is a strange bug and so far I cannot reproduce it on my mac. The only place this plugin uses Can you try to remove |
I'm on macOS. I have to add that |
@MatrixDev I know the reason. The macOS limit it, maybe it's a bug. https://stackoverflow.com/questions/29573526/running-jhipster-gradle-task-from-intellij-idea It's too terrible. open -n /Applications/Android Studio.app I use the command as a temp resolver. |
I couldn't find any meaningfull solution so at this moment we need to provide cargo path manually in the sdk.dir=...
cargo.bin=/Users/{user}/.cargo/bin/ |
Uh oh!
There was an error while loading. Please reload this page.
I have a weird problem, but could you please look into it?
If I click the ide menu trigger actions, for example, 'gradle sync', 'build', 'run'...
I will see an interrupt exception like this:
first I checked the PATH, and tested the command rustc/rustup/cargo. in the terminal, and all works well.
I try the source code and try more tests:
I'm even more confused.
in the terminal, I tested this:
Could you give some advice on this situation?
The text was updated successfully, but these errors were encountered: