muvox-io / euphonium

Tiny audio platform
GNU Affero General Public License v3.0
96 stars 15 forks source link

Android app build fail #21

Closed shark8594 closed 2 years ago

shark8594 commented 2 years ago

Hi,

Seems like the app is missing some sub-modules and the build is failing. Error below:

FAILURE: Build failed with an exception.

Help greatly appreciated :)

Thanks!

shark8594 commented 2 years ago

Adding this resolved it:

npx cap add android

Thanks!

danielehrhardt commented 2 years ago

You also can download the apk here: https://github.com/feelfreelinux/euphonium/actions/runs/1836786181

shark8594 commented 2 years ago

Thanks, great work!