flet-dev / flet

Flet enables developers to easily build realtime web, mobile and desktop apps in Python. No frontend experience required.
https://flet.dev
Apache License 2.0
9.82k stars 384 forks source link

Error build apk/aab #3372

Closed Frabassa closed 3 days ago

Frabassa commented 1 month ago

I tried to build apk or aab but the console give the following error: compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.9.0, expected version is 1.7.1.

I have Android Studio in windows 11, and Flutter 3.22.1

J-PRS commented 3 weeks ago

Are you sure this is an error and not just a warning?

Frabassa commented 3 weeks ago

Yes , I detected that the problem was I tried to build with package flet_video  option I taked out the flet_video and  build it again and now work wellSo I think the problem is with flet_video package Best regards Felix RabassaEl 30 may 2024, a las 19:48, JPrice @.***> escribió: Are you sure this is an error and not just a warning?

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>

FeodorFitsner commented 3 days ago

It is fixed in Flet 0.23.1.

Please cleanup Cookiecutter cache before running flet build command.

On Windows:

rd /s /q %USERPROFILE%\.cookiecutters

On Mac/Linux:

rm -rf ~/.cookiecutters