Replies: 2 comments 2 replies
|
Have you run |
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. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
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?
All reactions