inventree / inventree-app

InvenTree mobile app
https://docs.inventree.org/en/latest/app/app/
MIT License
52 stars 46 forks source link

Having trouble building the project #535

Closed grammenoudis closed 5 hours ago

grammenoudis commented 5 hours ago

I use the same version as the actions commands

Flutter 3.13.0 • channel [user-branch] • unknown source Framework • revision efbf63d9c6 (1 year, 1 month ago) • 2023-08-15 21:05:06 -0500 Engine • revision 1ac611c64e Tools • Dart 3.1.0 • DevTools 2.25.0

But I can't build the project, I follow the instructions (invoke translate, flutter pub get, invoke android) and i get this: Image

SchrodingersGat commented 5 hours ago

Running invoke android is trying to build a signed executable. If you don't have signing setup, it will fail.

You can build an unsigned APK without issue. Also you can build and run via AndroidStudio without signin