Java Question imports ioio OTG libreries

Spinter

Active Member
Licensed User
Longtime User
I created a library with eclipse I need to import the library ioio otg, but I get an error in the compilation, what should I do?


B4X:
Starting step: Compiling Java code.
javac 1.7.0_25
E:\Android\Eclipse\UploadFileioio\src\com\spinter\RijndaelCrypt\MCrypt.java:13: error: package ioio.lib.api does not exist
import ioio.lib.api.DigitalOutput;
                   ^
1 error


Error.
 
Last edited:

Spinter

Active Member
Licensed User
Longtime User
I would like to know how to find the name to be put insideDependsOn (values = {"????"})

use

ioiolibandroid.jar
ioiolibaccessory.jar
ioiolibandroiddevice.jar
ioiolibbt.jar
 

Spinter

Active Member
Licensed User
Longtime User
I added @DependsOn(values{"ioiolibandroid", "ioiolibaccessory", "ioiolibandroiddevice", "ioiolibbt"})
I added the libraries to the Libs folder :ioiolibandroid.jar ioiolibaccessory.jar ioiolibandroiddevice.jar ioiolibbt.jar
compiling libreries ok

but the compilation of B4A generates me this error

A referenced library is missing: ioiolibandroid!!
 
Top