Hi Team Ai2,
Since the MIT app Inventor nb176 release I am trying to use the new user interface component: Swith
In the test environment (using the compagnion) everything works fine, but when I make an APK and install it on my android phone the new build part of the app crashes.
The new build part uses the Switch component. (in a new screen)
I started debugging,
... first i disabled all the programming behind the new screen I build ... same result, app crashed
... then I started to delete parts of the layout and as long there was a switch in the screenlayout the app crashed. When I delete all the Switches then the app didn't crash.
So my question is; are there any known issues with the new component switch?
Thanks in advance.