Android Question SOS I Can't add a library

rachkovichdov

New Member
Hi there,
plz help me. I want to add the DBUtils to my external library. I unzip the file then i put all into the folder. i refresh the list. but nothing happen. can anybody tell me what is wrong..
Thank you
 

DonManfred

Expert
Licensed User
Longtime User
dbutils is a class (*.bas).
Add this class to your project. IDE->Project->Add existing module. Select dbutils.bas
 
Upvote 0
Top