-
Notifications
You must be signed in to change notification settings - Fork 215
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 Editor unable to installed #721
Comments
We're aware of issues with Android builds, we're working on it at this time! |
For added clarification:
|
I want to clarify something. The certificate was not the issue at all; I probably installed the wrong APK, which was from template.zip instead of android.zip. I assume the real problem came from the APK being built only for a 64-bit architecture, making it incompatible and unable to install. The solution is likely to create separate builds for 32-bit and 64-bit, or perhaps a universal build containing both, similar to how other applications package them. Once again, I apologize for my mistake. |
I'll touch base with Trashguy about the Android builds and see what we're working with |
Tested versions
V.1.0
System information
Android 11, armv7l, 32bits, opengles 3.2
Issue description
Unable to install the android editor duo to incompatible dependency probably native, I assume from 64bits architecture.
Steps to reproduce
Try to install the android editor
Minimal reproduction project (MRP)
N/A
The text was updated successfully, but these errors were encountered: