Replies: 2 comments 2 replies
-
Have you run
|
Beta Was this translation helpful? Give feedback.
2 replies
-
Interestingly, I've discovered that I can build the APK just fine if I run the gradle command directly from the terminal: "./gradlew :mobile:assembleDebug" no problems, the error only shows up when I try to run the build from Android Studio, There is something with it's path that I just can't seem to figure out. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I try to build this I get a failure: java.io.IOException: Cannot run program "rustc"
Yes, I have rustc installed and cargo. I can run rustc from any location within the terminal. Why can't Gradle find it?
Beta Was this translation helpful? Give feedback.
All reactions