Why is this code getting this error? Component is invalid.
Since youâre working in AppInventor, it will be helpful to ask in AppInventor community ![]()
Okay I was hoping because it was a kodular extension you guys could help but alright.
What are you trying to archive? Because your current blocks missed few things, youâre setting property with long values, also that component doesnât exist in your code, have you tried reading this whole topic?
I changed the code a bit and got a different error. com.google.appinventor.components.runtime.button. The code doesnât change for the extension, its the same extension here is my code but updated.
Wrong component name, it should be only name and you have added id too.
Create in (container)
Compoment name -(Button)
Id - button + alphanumeric
Component name must be start with capital letter
yeah I figured it out it was because I said, âbuttonâ instead of âButtonâ. How can I track, if a dynamically created button is clicked?
Oh okay thank you
Show your full code again
Yes it will throw because you have used wromg block.
Get component you have used instead of Get Id block
What? This doesnât make sense.
got it thanks






