hpi-schul-cloud / schulcloud-flutter

Our Flutter based App for Android and iOS.
GNU Affero General Public License v3.0
20 stars 3 forks source link

Cant build APK file #348

Closed Juliuspy closed 4 years ago

Juliuspy commented 4 years ago

When I try to build the apk, It gives me this error:

JonasWanke commented 4 years ago

When building a release build, a secret key is required for signing the generated .apk. You have two options:

Note that you can also download an auto-generated .apk signed with a debug key from our CI by visiting the Actions tab, visiting the latest (top-most) run, selecting any of the "Build"-links on the left, opening the "Artifacts" dropdown on the top-right, and selecting your desired apk flavor.

Please let me know if this worked and feel free to ask if you have any further questions :)

Juliuspy commented 4 years ago

Thank You very much. It worked and I have installed the app succesfully. But I have another issue: When I open the app and go to "Kurse" and then to my course it says "Diese Ressource konnte nicht geladen werden". Do you have any solutions for that?

Again Thank You very much. :)

JonasWanke commented 4 years ago

Unfortunately, that's a known issue that will take some time to resolve. Due to security reasons, the API routes of the server were blocked a while ago and are only unblocked little by little. We're still waiting for the server teams to unblock the remaining ones.
This error currently occurs when trying to load assignments, calendar entries, users, and, on some flavors, courses.

Juliuspy commented 4 years ago

Thank You very much