Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android The filename or extension is too long. #126

Open
ModuleCode opened this issue Feb 8, 2025 · 1 comment
Open

Android The filename or extension is too long. #126

ModuleCode opened this issue Feb 8, 2025 · 1 comment

Comments

@ModuleCode
Copy link

When building the project using the following command:
scons platform=android target=template_debug arch=arm64v8 -j 16
The build fails with the following error:
scons: *** [godot-cpp\bin\libgodot-cpp.android.template_debug.arm64.a] The filename or extension is too long.

@ModuleCode ModuleCode changed the title The filename or extension is too long. Android The filename or extension is too long. Feb 8, 2025
@MizunagiKB
Copy link
Owner

The Android build is a trial implementation, and while I am not very knowledgeable, it seems this issue is related to SCons rather than GDCubism.

Possible causes might include the following:

  • The path is located too deeply in the directory hierarchy.
  • The number of jobs specified with -j is too high.

Could you try placing the path in a shallower location or reducing the number of jobs to see if that resolves the issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants