Open FilMarini opened 1 month ago
The error is related to this line: https://github.com/hbldh/bleak/blob/develop/bleak/backends/p4android/recipes/bleak/__init__.py#L11
if you change it to 0.20.0
for example, buildozer finishes the build.
Unfortunately, if I run the compiled example on my phone, the app crashes at start. Reading the log, it seems that a significant error could be this one:
FATAL EXCEPTION: main
10-30 10:18:47.401 20466 20466 E AndroidRuntime: Process: com.example.bleuart, PID: 20466
10-30 10:18:47.401 20466 20466 E AndroidRuntime: java.lang.RuntimeException: Unable to start activity ComponentInfo{com.example.bleuart/com.example.bleuart.MainActivity}: java.lang.IllegalStateException: You need to use a Theme.AppCompat theme (or descendant) with this activity.
Any idea how to solve this? Thanks
bluetoothctl -v
) in case of Linux: 5.64Description
I tried to build the kivy example for Android. An error pops up not allowing to finish the build
What I Did
Following the README, I tried to build the kivy example.
This is what I did
And this is what I get (after a while)
I tried running it from both the
develop
branch as well as from the latest tag,v0.22.3
, andmaster