I have an old project with the line "Dim sv2dPhoto As ScrollView2D" which the compiler objects to with the following:
B4A Version: 14.00
Parsing code. Error
Error parsing program.
Error description: Unknown type: scrollview2d
Are you missing a library reference?
Error occurred on line: 23 (B4XViewPage)
Dim sv2dPhoto As ScrollView2D
Tip: press Ctrl + R to export IDE state for AI assistants.
I have ScrollView2D.jar & ScrollView2D.xml in my Additional Libraries. What do I do?