-
-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Android <7.0 support #163
Comments
If I try to convert the aab to apk, bundletool says:
cargo apk build creates an installable apk (it doesn't work but that's probably because of wgpu) |
Is there any way to work around this currently and generate an aab file? |
@SolidTux can you clarify what you want to work around? @fr-an-k seems to be asking two unrelated questions / feature requests:
I'd accept a PR for either, but don't care about the former: Android < 7.0 is ancient. Since the signing logic is handwritten in Rust (rather than using In any case, neither of these two points should be relevant when building AAB files? |
After building an apk, adb install gives INSTALL_PARSE_FAILED_NO_CERTIFICATES.
Looking at the code it seems that V1 signing is not supported (Android <7.0).
In Cargo.toml (is this actually used?):
Command:
If I build directly for the device, it decides to make an aab instead of apk (format arg is not allowed).
That's undesirable; I don't use a store and adb doesn't work with this format.
If I try to run it, it fails:
On Android 8.1 I can build and run just fine.
The text was updated successfully, but these errors were encountered: