Estoy usando Linux Mint, y al final presente este error en la Terminal 😞 Packaging Python app...Flet app package app/app.zip was not created. Error building Flet app - see the log of failed command above.
Hello, tell me how to make the application adjust to the size of the phone screen. I made an application and on some phones the buttons slide down or to the side
got an apk at the end but it instantly closes when i try to open it.. my app does work on my windows pc, browser and on android with the flet app.. just as an compiled apk it does not work :(
Yo tambien presente el mismo error y escribi este comando sudo snap install flutter --classic y despues presente este otro error Packaging Python app...Flet app package app/app.zip was not created. Error building Flet app - see the log of failed command above. :( yo estoy usando Linux Mint
nó chỉ hoạt động với project đơn giản thôi, với project tôi nó có nhiều package với nhiều phiên bản khác nhau thì lại lỗi và không build ra fike apk đc
@@juergenw7495 1)install flutter sdk from its official website (windows version) 2)install android studio, go ahead with recommended settings 3)install visual studio with any c++ workloads 4)in your terminal run "flutter doctor -v" 5)you should get warning/requirement related messages 6)based on those requirement install android studio components (usually ndk) amd agree licenses if needed 7)then re run the cmd in step 4 amd check if all ok 8)test any small flet app with cmd "flet build apk -v" 9)note: due to flet being new, they have lots of building issues so i used v0.22 and don't import any external non python module.
Been waiting for this.
Glad the flet community keeps growing.
Now I can tell people I'm an Android app developer 😂
😂😂😂 lol I'll go update the CV
@@3uz Senior mobile developer
Finally😅 LOL
me too 😂😂
This is so cool, way more intuitive method of learning the android environment! My goal is to learn how to request a permission such as gps
Yeah 👍❤
Can you tell me how add permission for app flet like External storage or any permission and what I do make this
Cool now I am Android developer
Great, another Flet vid!
Sticking to Kivy for it's versatility.
but kiviy looks ugly
Bugged on Linux nvidia proprietary openGL compositor.
@@infernalsorcery7923 works well on windows
Awesome as always 🎉
Thank you very much again, do you have any idea how to change the splash screen, and application icon things?
Fantastic man! You should do a series on this.. probably fastapi and flet and probably a taking note app...
It would be nice if this functionality is baked into felt instead of installing multiple dependencies...
in your opinion what's the pros and cons between Flet vs Kivy?
From what I understand, Kivy is more mature while Flet is a lot younger.
on top (as i read in the flet doc) flet uses kivy or at least kivy components for the android build ... stick to the source
@@BRLN1 oh wow I didn't expect that. I did write a bit of Kivy in the past before later deciding on PWA route.
Great, Thank's for the video. I'm very interested in python flet and your video make me more excited!
guess you had quite a exp in the new year, looking at your head. Hope you are ok man. Thank you for the videos.
Where to write package name and how to convert abb file to upload playstore
Estoy usando Linux Mint, y al final presente este error en la Terminal 😞
Packaging Python app...Flet app package app/app.zip was not created.
Error building Flet app - see the log of failed command above.
comprueba con el comando flutter doctor que tienes instalado todos los sdk y tools necesarios para compilar tu app
app/app.zip was not created: sudo -E flet build apk ..... flutter install with: sudo apt install flutter --classic ... android-sdk: sudo apt install android-sdk sdkmanager
@@viewsz I already ran the command and I still get the same error
Flet rocks!
Cool will try this
Congrats 🎉 your video has been recommended by the Python Bytes podcast ep.367 for anyone who wants to see how to build the apk from a Flet app.
Is it necessary to add SafeArea ?
What operating system are you using?
please help me with flet mysql db connection and then create apk...
help me to build apk with mysql databse connection in flet
Thank you for an important program , now i become a professional android programmer 😂😂😂😂😂😂😂
Hello, tell me how to make the application adjust to the size of the phone screen.
I made an application and on some phones the buttons slide down or to the side
Really awesome, thanks a lot!
Is it possible to request permissions on android and then how?
Can you pls demonstrate the process for iOS?
Sir we need to know how to do it in windows please
you are my hero bro thanks
got an apk at the end but it instantly closes when i try to open it..
my app does work on my windows pc, browser and on android with the flet app.. just as an compiled apk it does not work :(
Would you update your Flet playlist with this one?
I am Android developer 😂😂
it is possible for ios too ?
Yes
how :-)@@oguzhan.yilmaz
flet build ipa
E: Package 'sdkmanager' has no installation candidate
"`flutter` command is not available in PATH. Install Flutter SDK." :(
Yo tambien presente el mismo error y escribi este comando sudo snap install flutter --classic y despues presente este otro error Packaging Python app...Flet app package app/app.zip was not created.
Error building Flet app - see the log of failed command above. :( yo estoy usando Linux Mint
@@jesusmedina9356i use ubuntu 22.04
when I run "flet run file_name" it says it does not recognize flet as external command, blah,blah,blah!
SEND MY LIKE!!!, thanks for the video firend, maybe have someone video to do APK using Windows?, thanks friend
where to write package name you didn't mention
nó chỉ hoạt động với project đơn giản thôi, với project tôi nó có nhiều package với nhiều phiên bản khác nhau thì lại lỗi và không build ra fike apk đc
Thanks a lot
It creates the apk but got bugs whenever the app gets in second plan it never resumes back and crashes right away, anyone facing same issue ?
for me too it just crashes on android. How to find the issue ?
how can ı get flet apk without android studio
Download Android SDKs only!
how do you do it on windows!?
How can I change the app icon?
Bro, did not mention the size of the apk
Thanks
Well done ❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤
please tell us how to set logo?
its even simpler in windows. All i had to do was install flutter sdk and android studio and boom easy apk compilation.
hello, can you please specify how to do that? i have both installed but i cannot find a way to make the apk compilation
@@juergenw7495
1)install flutter sdk from its official website (windows version)
2)install android studio, go ahead with recommended settings
3)install visual studio with any c++ workloads
4)in your terminal run "flutter doctor -v"
5)you should get warning/requirement related messages
6)based on those requirement install android studio components (usually ndk)
amd agree licenses if needed
7)then re run the cmd in step 4 amd check if all ok
8)test any small flet app with cmd "flet build apk -v"
9)note: due to flet being new, they have lots of building issues so i used v0.22 and don't import any external non python module.
I'm making cybersecurity software called "Arcanel"and i can't make into APK & IPA files, so i will watch an tutorial
Is this possible on windows
Sir please make convert flet app into android apk in windows 11 i try many times but i failed
what happened to your head ?
Bruh! The hell happend to you forehead?
Yesssssss😂
Speech french please...
Learn English please and stop surrendering
Je ne savais pas que ça intéressait des gens dans la communauté francophone.. je vais peut-être en faire aussi alors 🧐