Openssl issue on Android #3501
Unanswered
cbdefontenay
asked this question in
Q&A
Replies: 1 comment
-
i got the same error turning off the default-features and using reqwest = { version = "0.12.15", features = ["json", "rustls-tls"], default-features = false }
the official documentation says that only enabling the |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
OpenSSL Dependency Issue in Dioxus Framework (Android Mobile Development)
I'm currently working on a project using Dioxus for mobile development targeting Android, but I'm running into an issue
when I try to build or run the project, I receive the following error:
The error is happening each time I am trying to use the
reqwest
crate in the app. Else the app works fine as long asreqwest
is not used.Like for example when I try to run the
HotDog
tutorial from the docs on Android, I also get that error.So I tried to follow the instruction on the Dioxus documention for Android and added the necessary
path variable
on my computer but I still am getting that error. Does someone have an idea how to solve this issue?P.S: this error does not happen on Dioxus web/desktop.
Beta Was this translation helpful? Give feedback.
All reactions