subosito / flutter-action

Flutter environment for use in GitHub Actions. It works on Linux, Windows, and macOS.
MIT License
2.17k stars 193 forks source link

Build failing for APK #112

Closed ritvij14 closed 2 years ago

ritvij14 commented 2 years ago

https://github.com/ritvij14/cnc_flutter_app/runs/3425406195?check_suite_focus=true

I don't understand why it's failing, it was working fine a couple of days ago and running flutter build apk from my terminal makes the apk without any issues.

Please help. TIA

ben-xD commented 2 years ago

Are you consciously using flutter/2.5.0-5.2.pre-beta?

ritvij14 commented 2 years ago

@ben-xD actually I am using a file from what I found on an article of CI for flutter through GitHub actions.

jeesang7 commented 2 years ago

Did you solve this issue? If it's an NDK version problem, you can refer to the following.

https://github.com/subosito/flutter-action/issues/116

Also, I wonder if the execution results of other OS environments (Windows, macOS) are the same.