I have compiled a library and when I recall it in my app it signals me this error.
While if I use it as a source it compiles me correctly. Opening the Jar file I find (in DesignScript folder) two files LS_Layout1.class and LS_Layout2.class inside.
The thing seems strange to me, and I am proposing these files that make me the error.
I have physically deleted these two files from the jar file and now compiles correctly.
why do you create these files for me? how do you solve this problem?
Update:
This morning I recompiled the library does not create the folder DesignScript . Yesterday, instead, this folder containing these 2 Class created
Uncaught translation error: java.lang.IllegalArgumentException: already added: Lb4a/example/designerscripts/LS_layout1;
Uncaught translation error: java.lang.IllegalArgumentException: already added: Lb4a/example/designerscripts/LS_layout2;
2 errors; aborting
While if I use it as a source it compiles me correctly. Opening the Jar file I find (in DesignScript folder) two files LS_Layout1.class and LS_Layout2.class inside.
The thing seems strange to me, and I am proposing these files that make me the error.
I have physically deleted these two files from the jar file and now compiles correctly.
why do you create these files for me? how do you solve this problem?
Update:
This morning I recompiled the library does not create the folder DesignScript . Yesterday, instead, this folder containing these 2 Class created
Last edited: