Replies: 2 comments 5 replies
-
I'd post this question in Kivy repo. |
Beta Was this translation helpful? Give feedback.
3 replies
-
Looks like bleak is specifically made for Kivy: https://pypi.org/project/bleak/#files I tried to build it with mobile forge and it was not recognized as a binary module. |
Beta Was this translation helpful? Give feedback.
2 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.
-
Question
So, i compile with this sentence:
p4a create --requirements bleak --arch arm64-v8a --sdk-dir $ANDROID_SDK_ROOT --ndk-dir $ANDROID_SDK_ROOT/ndk/$NDK_VERSION --dist-name mydist
If i try to compile again with the same sentence, i get:
So, yep, it seems that bleak is included.
later i make:
flet build apk
(and that leave me a big big apk of 109 MB)
Anyway i intall in my cellphone and im getting this module not found... named "bleak".
So, what im doing wrong??
thanks!
Code sample
No response
Error message
No response
------------------------------------------------------
Beta Was this translation helpful? Give feedback.
All reactions