Android Question Issue after update B4A 7.01

tucano2000

Active Member
Licensed User
Longtime User
After the update from version 6.80 to 7.01 I got the following error while compiling my application:

B4A version: 7.01
Parsing code. (0.52s)
Running custom action. (0.48s)
Compiling code. (0.94s)

ObfuscatorMap.txt file created in Objects folder.
Compiling layouts code. (0.12s)
Organizing libraries. (0.00s)
Generating R file. (1.14s)
Compiling generated Java code. Error
B4A line: 1185
SQLA1.ExecQueryAsync(\
javac 1.8.0_101
src\com\infranote\fotos.java:691: error: incompatible types: String[] cannot be converted to List
mostCurrent._vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv1.ExecQueryAsync(processBA,"REGISTROS_SQLITE","PRAGMA cipher_migrate",(String[])(anywheresoftware.b4a.keywords.Common.Null));

It looks like the line where the error occurs is this:

SQLA1.ExecQueryAsync ("REGISTROS_SQLITE", "PRAGMA cipher_migrate", Null)

SQLA1 is declared as SQLCipher.

Has there been any change that I should make?
 

tucano2000

Active Member
Licensed User
Longtime User
Thanks Erel,

I'll be looking forward to the update. I really need this feature. The odd one that worked in versions 6.80 and below, inserting strings as arguments and now the compiler requires arguments type list.
 
Upvote 0
Top