mumumusuc / termux-flutter

Run Flutter on Termux !
GNU General Public License v3.0
60 stars 8 forks source link

Unable to build apk #28

Open leyandh opened 1 month ago

leyandh commented 1 month ago

After downloading the release and installing the Flutter, an error is reported every time the build apk is run. Screenshot_20240513_141721_com termux

leyandh commented 1 month ago

![Uploading Screenshot_20240514_083457_com.termux.jpg…]()

mumumusuc commented 1 month ago

release build is unsupported, use flutter build apk --debug instead.