Hi MIT
i need help also... i'm trying to add diferrents components into my ai2 src and i've got everytime the same error....
.
i have tried this method from @preetvadaliya and @vknow360
Thank you Sir.
Here is the working code:
package com.google.appinventor.components.scripts;
import java.io.IOException;
import java.io.Writer;
import java.util.*;
import javax.tools.Diagnostic;
import javax.tools.Diagnostic.Kind;
import javax.tools.FileObject;
public final class ComponentTranslationGenerator extends ComponentProcessor {
// Where to write results.
private static final String OUTPUT_FILE_NAME = "ComponentsTranslation.java";
private static final String AUTOGEN_OUTPUT_FILโฆ
From the file, i've got this anyone can help me ??? to replace or Fix Boolean.
I have asked to @preetvadaliya but he didn't response to me ......
please
if someone could help me to fix this issues .... please
Best regards,
This usually occurs because you end up adding too many components to the system with too many unique combinations of event, property, method, and parameters. Unfortunately, we don't have a fix for this at this time. Consider cleaning up your system by using fewer additional components.
1 Like
Thank you for your answer
Consider cleaning up your system by using fewer additional components.
Can you give or redirect to me with one example ? .
Does i need to use :
ant clean
and compile again ?
XPF_Support:
Does i need to use :
ant clean
and compile again ?
No. He's asking you to remove some of your custom components, since they're overloading the build.
ok i have already removed some components .