Hi Bob,
I've added it in and it runs OK as an added lib, when I try to declare the object I get an error:
Compiling code. 0.07
Compiling layouts code. 0.00
Generating R file. 0.00
Compiling generated Java code. Error
javac 1.6.0_23
src\b4a\example\main.java:214: cannot find symbol
symbol : class BCrypt
location: class b4a.example.main
public static BCrypt _cryptobj = null;
^
Note: src\b4a\example\httputilsservice.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
1 error
This from
Is it something I need to do with the project or a problem with the compiled code.
Regards,
Jon