Android Question Compiling Error - The filename or extension is too long

Antonio Ferreira

Member
Licensed User
Longtime User
Now I have the error "The filename or extension is too long" when i compile the project.
If i remove one or two modules from the project, I don´t have this error.
There is some limit for the project size ?


B4A Version: 9.80
Java Version: 8
Parsing code. (2.75s)
Building folders structure. (0.19s)
Compiling code. (7.21s)
ObfuscatorMap.txt file created in Objects folder.
Compiling layouts code. (1.05s)
Organizing libraries. (0.02s)
(AndroidX SDK)
Generating R file. (0.51s)
Compiling generated Java code. Error
The filename or extension is too long
 

Antonio Ferreira

Member
Licensed User
Longtime User
I have the project on c:\b4android\projects\glose4 that i created a month ago.
I have an old version of the same project on c:\b4android\projects\glose2 that compile without error (when i create a new version, i copy the old project to a new folder)
I think that the problem was with a new layout file that i created yesterday on the new project (glose4).
I delete this file, and I recreate the same layout file on the designer.
After this, the project compile without error.
After restart the computer, i have the same error when i compile the project ."The filename or extension is too long"

Thank you Erel for your help
 
Upvote 0
Top