-
Notifications
You must be signed in to change notification settings - Fork 509
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
Cannot build android on mac due to openssl #1872
Comments
|
I am also running into this issue on mac. Same error, same reason. Any reason we can't use a more modern version of OpenSSL? |
Jus FYI, I edited the following file: .buildozer/android/platform/python-for-android/pythonforandroid/prerequisites.py I changed the openssl version as follows: class OpenSSLPrerequisite(Prerequisite):
name = "openssl"
# homebrew_formula_name = "[email protected]"
homebrew_formula_name = "openssl@3" i.e. I simply updated the homebrew_formula_name to the current openssl version for homebrew, and my compile and build worked. I was able to build my app onto my device without any issue. Obviously this is not a permanent fix @hemna, but it allowed me to get passed the mac build hurdle. |
As someone on Discord mentioned. Mac has disabled OpenSSL 1.1. |
Trying to run
buildozer -v android release
...
The text was updated successfully, but these errors were encountered: