Android Question Missing libraries

simon shen

New Member
Licensed User
Longtime User
Hi.
I always got the message "the following libraries are missing: scrollview2d" when I compiled the sample source code of sqllitelight.
Can anybody tell me how to deal with this issue?
Any advise will be very much appreciated
Thank you
 

klaus

Expert
Licensed User
Longtime User
As the massage says !
You are missing the ScrollView2D library.
Download it from the link above and add the two files (ScrollView2D.xml and ScrollView2D.jar) to your AdditionalLibraries folder.
 
Upvote 0
Top