我按照官方的例子编译了一个安卓编辑器用的gdextension,为啥打开时显示打开错误,没搞懂怎么回事
具体错误信息:
Can't open dynamic library: /storage/emulated/0/Documents/gitRepo/fly-bird-copy/libtest.android.template_debug.arm64.so. Error: dlopen failed: library "/storage/emulated/0/Documents/gitRepo/fly-bird-copy/libtest.android.template_debug.arm64.so" needed or dlopened by "/data/app/~~cpkMsrSMRqHTE0h-3i5t2Q==/org.godotengine.editor.v4-9vrrg9mcHzTP1ksg-vRZVA==/lib/arm64/libgodot_android.so" is not accessible for the namespace "classloader-namespace".
core/extension/gdextension.cpp:458 - GDExtension dynamic library not found: /storage/emulated/0/Documents/gitRepo/fly-bird-copy/libtest.android.template_debug.arm64.so
Failed loading resource: res://test.gdextension. Make sure resources have been imported by opening the project in the editor at least once.
具体错误信息:
Can't open dynamic library: /storage/emulated/0/Documents/gitRepo/fly-bird-copy/libtest.android.template_debug.arm64.so. Error: dlopen failed: library "/storage/emulated/0/Documents/gitRepo/fly-bird-copy/libtest.android.template_debug.arm64.so" needed or dlopened by "/data/app/~~cpkMsrSMRqHTE0h-3i5t2Q==/org.godotengine.editor.v4-9vrrg9mcHzTP1ksg-vRZVA==/lib/arm64/libgodot_android.so" is not accessible for the namespace "classloader-namespace".
core/extension/gdextension.cpp:458 - GDExtension dynamic library not found: /storage/emulated/0/Documents/gitRepo/fly-bird-copy/libtest.android.template_debug.arm64.so
Failed loading resource: res://test.gdextension. Make sure resources have been imported by opening the project in the editor at least once.