Android Question ScrollView2D compile problem

johnaaronrose

Active Member
Licensed User
Longtime User
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?
 

teddybear

Well-Known Member
Licensed User
B4X:
cd .wine_b4x/drive_c
mkdir AdditionalLibraries
Then copy ScrollView2D.* to AdditionalLibraries/
Configure Additinal Path to c:\AdditionalLibraries
 
Upvote 0

teddybear

Well-Known Member
Licensed User
Done similar i.e used 'Additional LIbraries' rather than AdditionalLibraries in drive_c. Please see post #20.
Try changing the path "c:\'Additional LIbraries'(using quotes‌) or changing it to the new dirtory c:\AdditionalLibraries
 
Upvote 0
Top