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?