Replies: 2 comments
-
Hi, @DurhamG, thanks for the report! This problem was also mentioned in another discussion, and I will try to find a patch for it soon. If you have any ideas or fixes, please let me know! |
Beta Was this translation helpful? Give feedback.
0 replies
-
This should be fixed by #207 (Version 4.15.1) :) EDIT: Further improvements were made in 4.15.2 |
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
-
I'm following the getting started doc to try to run the basic rinf template. I'm on Windows 10 and trying to run the flutter app in an android emulator. When I run 'flutter run' the cargo compile fails with:
Full error here: https://gist.github.com/DurhamG/76db1345e24ff499c3ed211d2bb63a83
When I installed OpenSSL and set the environment variable, it still doesn't work since it appears to want a linux/android compatible openssl library instead of the Windows one. Any suggestions on the appropriate way to make Rinf compile for Android on Windows?
Beta Was this translation helpful? Give feedback.
All reactions