Commit 4270212
committed
fix: Correct buildozer command syntax and add Kivy mock backend for Windows
Android:
- Changed from invalid 'buildozer android debug -s' to 'buildozer -c'
- Buildozer does not recognize -s flag, correct syntax is -c/--config
Windows:
- Added KIVY_GL_BACKEND=mock to prevent OpenGL initialization
- GitHub Actions Windows runners lack OpenGL 2.0 support
- Added KIVY_NO_CONSOLELOG and KIVY_NO_ARGS for cleaner builds1 parent 4f6227d commit 4270212
1 file changed
Lines changed: 9 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
101 | 105 | | |
102 | 106 | | |
103 | 107 | | |
104 | 108 | | |
105 | 109 | | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
106 | 114 | | |
107 | 115 | | |
108 | 116 | | |
| |||
200 | 208 | | |
201 | 209 | | |
202 | 210 | | |
203 | | - | |
| 211 | + | |
204 | 212 | | |
205 | 213 | | |
206 | 214 | | |
| |||
0 commit comments