Hello, I've been trying the sample program on Machine Learning made by Sir Moster67, however I'm getting this error.
B4A Version: 7.30
Parsing code. (0.02s)
Compiling code. (0.21s)
Compiling layouts code. (0.00s)
Organizing libraries. (0.00s)
Generating R file. (0.06s)
Compiling debugger engine code. (1.33s)
Compiling generated Java code. (1.78s)
Convert byte code - optimized dex. Error
PARSE ERROR:
unsupported class file version 52.0
...while parsing org/tensorflow/lite/DataType.class
1 error; aborting
From the search result, the solutions provided was to update my Java SDK version, which I did, but to no avail did not solve the problem.
I've been working on projects made from B4A recently so I think it's not about the installation. I hope someone can help me with this.
B4A Version: 7.30
Parsing code. (0.02s)
Compiling code. (0.21s)
Compiling layouts code. (0.00s)
Organizing libraries. (0.00s)
Generating R file. (0.06s)
Compiling debugger engine code. (1.33s)
Compiling generated Java code. (1.78s)
Convert byte code - optimized dex. Error
PARSE ERROR:
unsupported class file version 52.0
...while parsing org/tensorflow/lite/DataType.class
1 error; aborting
From the search result, the solutions provided was to update my Java SDK version, which I did, but to no avail did not solve the problem.
I've been working on projects made from B4A recently so I think it's not about the installation. I hope someone can help me with this.