Android .so file names must start with "lib" but got: res://android_64.so #116
KameiKojirou
started this conversation in
Is this a bug?
Replies: 1 comment 4 replies
-
Looks like there was a duplicate entry in the gdextension list for android, I've pushed a commit that should fix this, please update to the latest |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm attempting to Export Grow-GD project to android. I am able to export GDScript Godot projects. However I receive the following errors below from Grow-GD. I'm using Linux, exporting to android using the official export settings. https://docs.godotengine.org/en/stable/tutorials/export/exporting_for_android.html
ERROR: Android .so file names must start with "lib", but got: res://android_arm64.so
ERROR: ./editor/export/editor_export_platform.h:243 - Export: Could not export project files to gradle project.
ERROR: Cannot remove non-existent file or directory: '/tmp/tmpexport.1743368626.apk'.
Beta Was this translation helpful? Give feedback.
All reactions