i got the following error when i try to desugar exoplayer aar
the exoplayer version that i am trying to desugar is 2.18.0
always getting Failed to register lambda dump directory i am using the latest android sdkextract
merge
desugar
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.google.devtools.build.android.desugar.Desugar (file:/C:/Users/Army/Desktop/disg/Desugar_deploy.jar) to field java.lang.invoke.InnerClassLambdaMetafactory.dumper
WARNING: Please consider reporting this to the maintainers of com.google.devtools.build.android.desugar.Desugar
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
Exception in thread "main" java.lang.NullPointerException: Failed to register lambda dump directory 'C:\Users\Army\AppData\Local\Temp\lambdas998913960488695762'
at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:980)
at com.google.devtools.build.android.desugar.Desugar.verifyLambdaDumpDirectoryRegistered(Desugar.java:983)
at com.google.devtools.build.android.desugar.Desugar.main(Desugar.java:968)
1
B4X:
Private AndroidJar As String = "C:\Android\platforms\android-30\android.jar"
the exoplayer version that i am trying to desugar is 2.18.0