You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 3, 2020. It is now read-only.
This is because as of #223 cargo-apk now attempts to sign the output apk, which is great, but the .android directory does not exist on our CI and we get this error.
I can reproduce the same error locally by deleting ~/.android.
Adding a mkdir .android to our build script can work around this, but can/should this be fixed in cargo-apk instead?
The text was updated successfully, but these errors were encountered:
The older gradle build probably was creating the android folder if it didn't exist. I don't see any reason why we shouldn't make the new build system work the same way.
I've been updating our CI to use the latest cargo apk (from several months ago), and I noticed that the build was failing:
This is because as of #223 cargo-apk now attempts to sign the output apk, which is great, but the
.android
directory does not exist on our CI and we get this error.I can reproduce the same error locally by deleting
~/.android
.Adding a
mkdir .android
to our build script can work around this, but can/should this be fixed in cargo-apk instead?The text was updated successfully, but these errors were encountered: