In the latest version of the Sqlcipher component, the classpaths have been changed, and the affected classes have been adjusted.Because the DatabaseOpenHelper class calls the sqlcipher class through reflection implementation, the absolute path of the class name is written to death, resulting in an error message after updating Sqlcipher.The affected classes are:EncryptedDatabase,EncryptedDatabaseStatement,IEncryptedHelper, SqlCipherAndroidEncryptedHelper

