JToror
JToror
> What emulator is that? What's host machine/OS, ARM or Intel? On my phone a MOTOe5 plus https://www.gsmarena.com/motorola_moto_e5_plus-9095.php host Intel x64
I deleted my .venv and build folder, created my virtual environment from scratch and created the new build.
Hi Feodor, this is driving me crazy, it's a physical phone, with Android Oreo, Cortex-A53 but I have all the libraries running perfectly except pandas. I tried replacing them with...
It runs without problems on emulator.
I have a tablet with Android 5 and it turns out that the compilation does not run on that abi. I downloaded and modified the template, changed the SDK to...
### Code sample Code ```python import sys import flet as ft from flet.security import encrypt, decrypt import os # import cryptography # import asyncio # from threading import Thread import...
### Code sample Code ```python [project] name = "anumpy_app" version = "1.0.0" description = "" requires-python = ">=3.12" authors = [ {name = "Jon", email = "[email protected]"} ] dependencies =...
Another local thing is that it doesn't translate the dates into my local language. I had to install Babel.
It's correct but I need an apk that won't be on Google Play
but the error seems to me to be due to the 64-bit architecture but as I said it had already worked before.