You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: