Closed YarosMallorca closed 3 years ago
which version of kvdroid are you using? the latest one is 0.2.0
I am using the latest version of kvdroid and kivy My OS is Windows 10 64-bit
Kvdroid is only callable on Android. So try to test it on Pydroid3.
https://play.google.com/store/apps/details?id=ru.iiec.pydroid3&hl=en&gl=US
Okay! Thank you!
Sorry for closing, same error!
@yunus-ceyhan This is on pydroid3!
It requires Kivy.
import kivy from kvdroid import ...
Thanks!
Hello, I have been trying to import kvdroid into my app but this is the error I get:
ImportError: cannot import name 'activity' from 'kvdroid' (C:\Users\siuba\AppData\Local\Programs\Python\Python37\lib\site-packages\kvdroid\__init__.py)
It makes sense, because there is no activity.py inside the module folder!