Android Question Pb Uncaught translation invokedynamic error whith FireBase library

gragey

Member
Licensed User
Longtime User
Hello
After reinstallaing VB4A on a new PC whith Windows 10 I have a new problem, all is OK on my old PC on Windows 7.

I'm not the first who have this problem, I try the different solutions noted in the old posts in 2021 and it's always NOK.
I use #AdditionalJar: com.google.firebase:firebase-database
and when I compile I have the error :

B4A Version : 11.00
Analyse du code. (0.16s)
Java Version : 11
Error Uncaught translation error: com.android.dx.cf.code.SimException: invalid opcode ba (invokedynamic requires --min-sdk-version >= 26)
1 error; aborting

I don't use the version 18.0 for com.google.firebase:firebase-datatransport, (cf old post)

All seems OK, but I'm blocked, so I need help.
Thank you very much for your aid.

Gilles
 

Attachments

  • 1630165290287.png
    1630165290287.png
    118.9 KB · Views: 107

gragey

Member
Licensed User
Longtime User
Hello Erel
Thank you for your message.
The library is FireBaseRealtimeDatabase V2.82
Have a nice day
 
Upvote 0

gragey

Member
Licensed User
Longtime User
Thanks for your response.
It's OK with my old PC VB4A 9.80 and NOK with VB4A 11.0.
Do you know a new solution to acces RealTime Database Firebase ?
I will need to modify my Android App to be compatible with the new SDK ,during this time I'll use the old SDK on VB4A 9.80
 
Upvote 0
Top