Android Question Unable to LOAD an EXTERNAL LIBRARY

beelze69

Active Member
Licensed User
Longtime User
Hi !


I downloaded a Library of Don MansFred (RoundLibrary.zip).. I copied it in MY additional library User-Defined-Folder (where I have set the path), since it is not the Library that comes bundled with B4Android.

However, the IDE does not detect the Library/Functions.

This zip file contains the following folders

Files, Objects..

It also contains a sample source code RoundImageEx.b4A and its corr. META file.


The 'Files' folder contains the sample image (which is related to the source code).. The Objects folder contains some more subfolders, some of which are empty and one of which contains an 'opt.jar' and one ANDROIDMANIFEST.XML

The IDE is giving me the error Missing Jar File AndroidManifest.xml but that file is very much there in the same folder...
I tried to refresh the Library Manager for the 'Additional Folders'-still it is not detecting..

I also tried to copy the XML file and the JAR file which were inside the different folders inside on the 'parent additional library folder' path that I had given but still the IDE is not detecting the function.. the error message (if I tried to compile) says '
B4A Version: 7.30
Parsing code. Error
Error parsing program.
Error description: Unknown type: roundimage
Are you missing a library reference?
Error occurred on line: 22 (Main)
Dim ri As RoundImage'


Ps. help

Thanks

Raman
 

beelze69

Active Member
Licensed User
Longtime User
Message to MangoJack,

Thanks for reply...

I refreshed the Library Manager option for the additional libraries (since I had copied in that path) but still it is not showing.. Unless it shows there, I cannot tick it...

Regards,

Raman
 
Upvote 0

mangojack

Expert
Licensed User
Longtime User
I deleted my post after re-reading your question and realizing my suggestion was of no use.
You must have read it before I deleted .
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
Upvote 0
Top