We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The question
大佬们,这个库是不是不能在Android手机上使用?我用kivy打包成apk后,使用curl_cffi直接闪退了, 我已经在项目打包配置里加入了依赖: requirements = python3,kivy,cffi>=1.12.0,certifi>=2024.2.2,typing_extensions,curl_cffi 但还是不行
我用requests库测试是可以的,用curl_cffi 的 requests,就会造成kivy打包的app闪退
所以,这个库好像是不支持安卓的?还是我缺少了某些依赖
Documentation suggesion
If the documentation is missing or confusing, add your suggestion here.
Versions
If it's related to a specific environment, paste your env info here.
pip freeze
The text was updated successfully, but these errors were encountered:
Yes, please discuss this in #74
Sorry, something went wrong.
No branches or pull requests
The question
大佬们,这个库是不是不能在Android手机上使用?我用kivy打包成apk后,使用curl_cffi直接闪退了,
我已经在项目打包配置里加入了依赖:
requirements = python3,kivy,cffi>=1.12.0,certifi>=2024.2.2,typing_extensions,curl_cffi
但还是不行
我用requests库测试是可以的,用curl_cffi 的 requests,就会造成kivy打包的app闪退
所以,这个库好像是不支持安卓的?还是我缺少了某些依赖
Documentation suggesion
If the documentation is missing or confusing, add your suggestion here.
Versions
If it's related to a specific environment, paste your env info here.
pip freeze
dumpThe text was updated successfully, but these errors were encountered: