schulcloud-flutter icon indicating copy to clipboard operation
schulcloud-flutter copied to clipboard

How to execute ./bash_apk?

Open Tomic-Riedel opened this issue 4 years ago • 1 comments

Hey! I wanted to take a look at the source and then test the app on my phone and possibly make suggestions for improvements or something, but I don't know how to run ./bash_apk. So I know, navigate in the terminal to the folder of the project, but which command do I have to run then exactly?

Thanks in advance!

Tomic-Riedel avatar Feb 26 '21 16:02 Tomic-Riedel

This should work by just executing ./build-apk once you're in the app folder – the build-apk.sh is an executable script file. In rare cases (if you're using a more exotic shell), it might be necessary to execute bash build-apk.sh.

MarcelGarus avatar Mar 04 '21 18:03 MarcelGarus