You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because of that, it appends the BASE value again even if the component name already includes the com.google.appinventor.components.runtime package name. It must delete this piece from the component name too if it already exists.
Possible Fix:
Add another replace method to remove com.google.appinventor.components.runtime. from component name.
The text was updated successfully, but these errors were encountered:
* Fixes complications
Fixes issue #38 and Regex removing symbols from the class names that may be required to identify the component.
* Fixes build error
* Fixes improper class name
* Let's try again
* Modify invalid component error
Related post
Image source
Possible Cause:
DynamicComponents-AI2/src/com/yusufcihan/DynamicComponents/DynamicComponents.java
Lines 189 to 195 in facb5df
Because of that, it appends the
BASE
value again even if the component name already includes thecom.google.appinventor.components.runtime
package name. It must delete this piece from the component name too if it already exists.Possible Fix:
Add another replace method to remove
com.google.appinventor.components.runtime.
from component name.The text was updated successfully, but these errors were encountered: