Android Question Adding libraries to B4A

Tayyab_Hussain

New Member
Hello,
I Just started Bsic4Android and was going through the user guide and wanted to know how to add a Library (jar of a DLL) to Libraries manager. In the documents it says tht you use <LibraryName>.jar and <LibraryName>.xml. But the Library That I was provided is a .Jar File but no xml. Now how do I this .jar file. Secondly While Programming in Xamarin there is a huge library of Nuggets in C#, How can i use the DLLs in Baic4Android??? Thanks
 

DonManfred

Expert
Licensed User
Longtime User
dlls cannot be used in Android.
For the jar you get provided; you need to write a wrapper in java to get a jar and xml for the lib.
 
Upvote 0
Top