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 has been archived by the owner on Feb 26, 2024. It is now read-only.
the api levels represent the OS's version, more or less. A change in api level means that some syscall changed in behaviour.
Current api_level of Nano X is indeed 5, but now this value is injected by the SDK itself at compile time, you don't need to specify it in your app's Cargo.toml anymore
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I got
Invalid status 6512
without"apiLevel": 1
. Then gotInvalid status 511f (Unknown reason)
with"apiLevel": 1
.What could be the root cause of 511f?
Here is the Manifest:
The text was updated successfully, but these errors were encountered: