When running in debug mode, I see two main errors: No module named ‘gym’: I have installed ‘gym’ in my environment and have also added it to the dependencies list. I’ve also tried running pygbag with ...
I wrote the following code. It works in my windows with python 3.11. It also worked when i use "python for android" to compile the android apk. But the apk is failed when i run the apk after install ...