razzo04 / rhasspy-mobile-app

A simple mobile app for rhasspy.
MIT License
120 stars 13 forks source link

unable to make APK #5

Closed miit86 closed 3 years ago

miit86 commented 3 years ago

Hi, im unable to build the APK. where can I find the APK?

FAILURE: Build completed with 2 failures.

1: Task failed with an exception.

razzo04 commented 3 years ago

The apk can be found in the release. Flutter sometimes complains that before compiling the release it is not compiled in profile or debugging mode so you can try to compile with the flags "--debug" or "--profile".