-
Notifications
You must be signed in to change notification settings - Fork 21
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
Android Studio LadyBug Fails to Find cargo #310
Comments
Weird. I had reports of similar issues from another user on Windows several weeks ago with a much older version of Android Studio. They eventually solved it but I never quite got out of them what the root cause was / how they fixed it. Not sure if this is the same though, since in their case it was usually errors about the NDK not being found rather than cargo itself. Random idea: I know JetBrains IDEs are really funky with the way they execute your shell and get path info from it at launch. I have experienced issues in the past with my shell (fish + starship + a few other things) hanging and screwing up an entire IDE session in other JetBrains products. I assume you've done a restart, but worth asking... |
This looks interesting: https://github.com/mozilla/rust-android-gradle. |
Still haven't figured it out 🙃. Update: willir/cargo-ndk-android-gradle#24 (comment). |
This project used to use that actually, but switched to the current setup after several issues. You might find this comment in particular interesting (not in a technical/solution sense, but in why I ultimately went with willr's solution instead): mozilla/rust-android-gradle#40 (comment). |
Workaround on MacOS is to open android studio using |
2 things I noticed -
|
Here's the Android Studio issue ticket: https://issuetracker.google.com/issues/377339196. Feel free to vote "I am impacted" on top right. |
willir/cargo-ndk-android-gradle#24
The text was updated successfully, but these errors were encountered: