Hi. My kivy app works just fine before building it. When I try to build it into an apk using buildozer I get this error when i open the app.
--------- beginning of system
--------- beginning of main
07-28 17:49:41.671 9059 9101 I python : [INFO ] [Logger ] Record log in /data/user/0/org.praanesh.maxclient/files/app/.kivy/logs/kivy_22-07-28_2.txt
07-28 17:49:41.671 9059 9101 I python : [INFO ] [Kivy ] v2.0.0
07-28 17:49:41.672 9059 9101 I python : [INFO ] [Kivy ] Installed at "/data/user/0/org.praanesh.maxclient/files/app/_python_bundle/site-packages/kivy/__init__.pyc"
07-28 17:49:41.672 9059 9101 I python : [INFO ] [Python ] v3.9.9 (main, Jul 28 2022, 11:37:10)
07-28 17:49:41.672 9059 9101 I python : [Clang 12.0.8 (
https://android.googlesource.com/toolchain/llvm-project c935d99d
07-28 17:49:41.672 9059 9101 I python : [INFO ] [Python ] Interpreter at ""
07-28 17:49:41.672 9059 9101 I python : [INFO ] [Logger ] Purge log fired. Analysing...
07-28 17:49:41.673 9059 9101 I python : [INFO ] [Logger ] Purge finished!
07-28 17:49:41.677 9059 9101 I python : [INFO ] [KivyMD ] 0.104.2, git-bc7d1f5, 2021-06-06 (installed at "/data/user/0/org.praanesh.maxclient/files/app/_python_bundle/site-packages/kivymd/__init__.pyc")
07-28 17:49:41.683 9059 9101 I python : [INFO ] [Factory ] 186 symbols loaded
07-28 17:49:41.709 9059 9101 I python : Traceback (most recent call last):
07-28 17:49:41.710 9059 9101 I python : File "/content/.buildozer/android/app/main.py", line 3, in <module>
07-28 17:49:41.711 9059 9101 I python : File "/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/maxclient/arm64-v8a/kivymd/__init__.py", line 67, in <module>
07-28 17:49:41.711 9059 9101 I python : File "/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/maxclient/arm64-v8a/kivymd/font_definitions.py", line 10, in <module>
07-28 17:49:41.712 9059 9101 I python : File "/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/maxclient/arm64-v8a/kivy/core/text/__init__.py", line 85, in <module>
07-28 17:49:41.712 9059 9101 I python : File "/content/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/maxclient/arm64-v8a/kivy/graphics/__init__.py", line 89, in <module>
07-28 17:49:41.713 9059 9101 I python : ModuleNotFoundError: No module named 'kivy.graphics.instructions'
07-28 17:49:41.713 9059 9101 I python : Python for android ended.
logcat: Unexpected EOF!