I'm currently using the SQLCipher library. It seems that this library also needs the SQL library to be loaded, even if the SQL library itself is not used in the B4A source code. Otherwise I get this error: class file for anywheresoftware.b4a.sql.SQL not found
So I've added the SQL library. But now B4A warns me that "Library 'SQL' is not used". Which is true, since it's not used. But something is not completely user friendly here...? One library forces the usage of another, which causes a "not used" error in the logs. The error itself is not wrong but something about this does not feel ok.
So I've added the SQL library. But now B4A warns me that "Library 'SQL' is not used". Which is true, since it's not used. But something is not completely user friendly here...? One library forces the usage of another, which causes a "not used" error in the logs. The error itself is not wrong but something about this does not feel ok.