How to Specify minSdkVersion and targetSdkVersion for a Flet App While Building an APK?
I’m building an APK for my Flet app using the flet build apk command. However, I’m encountering issues that might be related to the SDK versions. I suspect the problem is due to incorrect minSdkVersion or targetSdkVersion settings.
Trying to run Flet in my Mobile device, how can I program with Flet in my phone?
when I tried to run my Flet Code on my phone this happened:
“ImportError: dlopen failed: library “/root/py_venv/lib/python3.11/site-packages/pydantic_core/_pydantic core.cpython-311.so” needed or dlopened by “/data/data/com.termux/files/usr/lib/libpython3.11.so.1.0” is not accessible for the namespace “(default)” “