I have many pre-Android 6 tablets and cellphones out in the field.
I've deployed several 6+ tablets and phones.
I need to support all of them (hopefully) with the same application version.
Can one:
The compiler (IDE) will now load where it wouldn't until I reinstalled.
The
#If UseSQLCipher12
#AdditionalJar: sqlcipher_native12
#Else
#AdditionalJar: sqlcipher_native
#End If
Doesn't work.
I guess I have to maintain two separate versions of the code, one for the old Cipher version and another for the New...
Thanks again for all of your efforts...any new ideas will still be appreciated.
Regards,
Rusty