Redot-Engine / redot-engine

Redot Engine – Multi-platform 2D and 3D game engine
https://redotengine.org/
MIT License
4.63k stars 198 forks source link

Android Editor unable to installed #721

Open pixelguy106 opened 2 weeks ago

pixelguy106 commented 2 weeks ago

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. Screenshot_20241024-112531

Steps to reproduce

Try to install the android editor

Minimal reproduction project (MRP)

N/A

SkogiB commented 2 weeks ago

We're aware of issues with Android builds, we're working on it at this time!

decryptedchaos commented 2 weeks ago

For added clarification:

pixelguy106 commented 1 week ago

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.

SkogiB commented 1 week ago

I'll touch base with Trashguy about the Android builds and see what we're working with