Android Question Seeing external libraries

pmg

Member
Licensed User
Longtime User
In the configuration menu I have set Additional libraries to c:\androidAdditionalLibraries.

I have downloaded CamerEx and now have the hierachy:

androidAdditionalLibraries
camera
Camera.b4a
CameraExClass.bas
Files
Objects
res
drawable
....

I can't see the library from the Libs tab where I can see the core librarires.

If I have

Dim cam as CameraEx

it causes an error.

Some gentle guidance would be appreciated.

Peter
 

giga

Well-Known Member
Licensed User
Longtime User
You can see the libraries on the right side of the program. Place a checkmark next to the one you want to use.

Then Dim it.

Example Dim s As Phone


it will then show its methods on the left in your code.

What error are you getting in the Camera library?

Make sure the .jar
and the .xml are in your additional libraries folder
 
Last edited:
Upvote 0

pmg

Member
Licensed User
Longtime User
Are you asking about B4J or Basic4android?
Basic4Android

Giga asked about xml and jar files. These are the files in the CameraEx.zip file that I downloaded:

-rw-rw-rw- 4108 1-May-2013 18:34:20 Camera/Camera.b4a
-rw-rw-rw- 8522 1-May-2013 18:34:20 Camera/CameraExClass.bas
-rw-rw-rw- 3457 1-May-2013 18:34:20 Camera/Files/1.bal
-rw-rw-rw- 1092 1-May-2013 18:34:20 Camera/Objects/AndroidManifest.xml
-rw-rw-rw- 4147 1-May-2013 18:34:20 Camera/Objects/res/drawable/icon.png
 
Last edited:
Upvote 0

giga

Well-Known Member
Licensed User
Longtime User
Upvote 0
Top