vtgreybeard

Results 3 comments of vtgreybeard

> For anyone else getting "No suitable library found for GDExtension: res://addons/godot-sqlite/gdsqlite.gdextension." while attempting to export on Android, the fix is opening the .gdextension file in a text editor and...

> Gladly! I'm exporting for armeabi-v7a and arm64-v8a, and my .gdextension file is as follows: ``` [configuration] entry_symbol = "sqlite_library_init" [libraries] macos = "res://addons/godot-sqlite/bin/libgdsqlite.macos.template_debug.framework" macos.template_release = "res://addons/godot-sqlite/bin/libgdsqlite.macos.template_release.framework" windows.x86_64 = "res://addons/godot-sqlite/bin/libgdsqlite.windows.template_debug.x86_64.dll"...

Fwiw, I am getting the exact same error when exporting to Android: `No suitable library found for GDExtension: res://addons/godot-sqlite/gdsqlite.gdextension. Possible feature flags for your platform: mobile, android, etc2, astc, arm32,...