Kivy: import android Onlu on android
You may see error code below when you try to import android
in your PC.
Traceback (most recent call last): File "main.py", line 5, infrom android.permissions import request_permissions, Permission ModuleNotFoundError: No module named 'android'
For solving this, you can import platform
like below:
|
Kivy: import android Onlu on android