Jump to content
Sign in to follow this  
radekc

java.lang.BootstrapMethodError: Exception from call site #2 bootstrap method

Recommended Posts

and after some battle and fixed resources I get run-time error
java.lang.BootstrapMethodError: Exception from call site #2 bootstrap method

every solution on web recommended for Android studio

compileOptions {
    sourceCompatibility JavaVersion.VERSION_1_8
    targetCompatibility JavaVersion.VERSION_1_8
}
 
but what about Delphi?
 

Share this post


Link to post

Solved:

if you use d8 for dexing, use Java 8 (as expected), but don't use --no-desugaring  param.

 

  • Like 1

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×