M Mark Ryan Penafiel Member Licensed User Longtime User Jan 29, 2021 #1 just for clarification after using the b4j desugar aar https://www.b4x.com/android/forum/t...-invokedynamic-requires-error.107278/#content after the process is done, the aar is already the desugared aar (same filepath)? or i need to do something merged.jar thank you
just for clarification after using the b4j desugar aar https://www.b4x.com/android/forum/t...-invokedynamic-requires-error.107278/#content after the process is done, the aar is already the desugared aar (same filepath)? or i need to do something merged.jar thank you
Erel B4X founder Staff member Licensed User Longtime User Jan 29, 2021 #2 The AAR itself is not desugared. The classes.jar file inside it is desugared and saved externally. You can rename merged.jar back to classes.jar and put it in the AAR or simply add the new jar as another dependency. Upvote 0
The AAR itself is not desugared. The classes.jar file inside it is desugared and saved externally. You can rename merged.jar back to classes.jar and put it in the AAR or simply add the new jar as another dependency.