DEV Community

Abdullahi Haruna
Abdullahi Haruna

Posted on

How to compile flet app to APK

Image description

I notice something that's alot of flet developers are facing whenever they try to compile flet app to android apk

Most of the reason is flutter supported version so you need to check the recommended flutter version and make sure you install android sdk and command line for flutter

After installing it still we get java gradle issues the reason is we didn't install java jdk

Make sure that's you install supported jdk version with your flutter

Now try flet build apk and wait for some moment to get your apk

Top comments (0)