Hi. When I compile the app in B4A I get the message
...
Compiling generated Java code. Error
File name or extension is too long
But it doesn't mention which file it refers to. I have tried to shorten the length of code filenames and layouts, but I can't fix it. Is there any way to find out which file is the cause?
I get the error in the system language (Spanish) and not in the one I have configured in the IDE.
The list of arguments passed to the Java compiler can get very large and it hits an OS limit. I've made it use an arguments file when the arguments list is long.