Closed luc4smoreira closed 12 months ago
To fix this issue, I have renamed the files to lowercase in the folder:
Godot-Android-Samples/apps/gltf_viewer/src/main/res/drawable-nodpi
This aligns with the Android naming conventions that require resource names to be all in lowercase. I have made a commit with these changes in my fork, which can be found here:
Renamed images to lowercase for Android resource naming compliance.
Unfortunately, I am unable to create a pull request for this change as GitHub is not recognizing the difference in file names due to case sensitivity issues.
Please check if this change resolves the issue. I am available for any further adjustments or discussions if needed.
@luc4smoreira This issue was opened in the wrong repo, it should be opened in the Godot-Android-Samples repo instead.
Environment IDE: Android Studio Giraffe | 2022.3.1 Computer: Mac Mini M1
Description
I encountered a build failure when trying to run the gltf_viewer app in the Godot-Android-Samples project. The issue seems to be related to a resource naming convention.
Steps do Reproduce:
./gradlew :apps:gltf_viewer:installDebug