utopia-rise / godot-kotlin-jvm

Godot Kotlin JVM Module
MIT License
586 stars 39 forks source link

Android App won't install - Invalid Package #397

Closed Stephen-Hamilton-C closed 1 year ago

Stephen-Hamilton-C commented 1 year ago

When attempting to install the Godot editor apk, I get the following message: App not installed as package appears to be invalid

I'm using a Samsung Galaxy Note 20 Ultra with Android 13.

piiertho commented 1 year ago

Hello ! So if I understand correctly, you're trying to install your exported game on your device ? Can you provide a small project to reproduce the error ?

Stephen-Hamilton-C commented 1 year ago

Not a game, the editor itself. When I try to install the editor apk from https://godotengine.org/download/android, I get the error. Updated original question with clarification. I realize I said release and debug, I also attempted to install Godot Kotlin JVM with the same effect and got mixed up.

chippmann commented 1 year ago

We currently do not support the editor on android. The apk files in the releases on our repo are only export templates for exporting your game to android. For problems with the official android editor, you should open an issue on the official godot repo.

But this project does currently not support the editor on android.